From bf2c48deb075133ca063c4f64099b159ff9422f6 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 28 Jul 2023 09:46:23 +0200 Subject: Change pattern chains to be saved per bank --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') 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. // // Quality of life improvements. // + Make the channel parameters initialize to default +// + Keep one pattern chain per bank +// + Store pattern chains on bank if there is enough memory available. // - When not on play mode, adjusting a note or a parameter triggers the sound. // This could get annoying, so maybe it should be a configuration option to // enable it? -- cgit v1.2.1