aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
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?