Skip to content
Snippets Groups Projects
Commit bd4e6b61 authored by rorist's avatar rorist
Browse files

Add all sample ;)

parent c6aef29f
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,8 @@ class EndlessSequencer(Application): ...@@ -36,8 +36,8 @@ class EndlessSequencer(Application):
'bark.wav', 'bark.wav',
'nya.wav', 'nya.wav',
] ]
self.sample_names = [ #self.sample_names = [
'close.wav' ] # 'close.wav' ]
self.current_sample = None self.current_sample = None
self.current_note = 0 self.current_note = 0
self.startTime = time.ticks_ms() self.startTime = time.ticks_ms()
......
...@@ -10,5 +10,5 @@ author = "Rorist" ...@@ -10,5 +10,5 @@ author = "Rorist"
license = "MIT" license = "MIT"
url = "https://git.flow3r.garden/rorist/endless-sequencer" 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." 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment