diff --git a/__init__.py b/__init__.py index a77c7ba296b59c18732e452481f468bad5a3b29d..10e4835f349630bc741a6528f05ba5d64c88484e 100755 --- a/__init__.py +++ b/__init__.py @@ -36,8 +36,8 @@ class EndlessSequencer(Application): 'bark.wav', 'nya.wav', ] - self.sample_names = [ - 'close.wav' ] + #self.sample_names = [ + # 'close.wav' ] self.current_sample = None self.current_note = 0 self.startTime = time.ticks_ms() diff --git a/flow3r.toml b/flow3r.toml index 157ae4d579d9bca554780cdb7079779e66913102..a4481e1517c4300142308aabe1b6f7933e7e0bd8 100644 --- a/flow3r.toml +++ b/flow3r.toml @@ -10,5 +10,5 @@ author = "Rorist" license = "MIT" url = "https://git.flow3r.garden/rorist/endless-sequencer" description = "Little endless sequencer with the default samples, hold REC to add a sample to the sequence, hold RESET to restart." -version = 6 +version = 7