From bd4e6b61ed6e5ab402a25a0759fc7eacdf201718 Mon Sep 17 00:00:00 2001
From: rorist <rorist@0xcafe.ch>
Date: Fri, 18 Aug 2023 13:41:17 +0200
Subject: [PATCH] Add all sample ;)

---
 __init__.py | 4 ++--
 flow3r.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/__init__.py b/__init__.py
index a77c7ba..10e4835 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 157ae4d..a4481e1 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
 
-- 
GitLab