aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-28 09:46:23 +0200
committerBad Diode <bd@badd10de.dev>2023-07-28 09:46:23 +0200
commitbf2c48deb075133ca063c4f64099b159ff9422f6 (patch)
tree79be0ff9029eaf45e803804b057e0c417101fe67 /src/main.c
parent8585ffba82eab7f8e80bdac12773aa1f2e9e6915 (diff)
downloadstepper-bf2c48deb075133ca063c4f64099b159ff9422f6.tar.gz
stepper-bf2c48deb075133ca063c4f64099b159ff9422f6.zip
Change pattern chains to be saved per bank
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 1a05da0..28e5e6b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,6 +23,8 @@ WITH REGARD TO THIS SOFTWARE.
23// 23//
24// Quality of life improvements. 24// Quality of life improvements.
25// + Make the channel parameters initialize to default 25// + Make the channel parameters initialize to default
26// + Keep one pattern chain per bank
27// + Store pattern chains on bank if there is enough memory available.
26// - When not on play mode, adjusting a note or a parameter triggers the sound. 28// - When not on play mode, adjusting a note or a parameter triggers the sound.
27// This could get annoying, so maybe it should be a configuration option to 29// This could get annoying, so maybe it should be a configuration option to
28// enable it? 30// enable it?