aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index cff3afa..e294a0f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,14 +45,16 @@ WITH REGARD TO THIS SOFTWARE.
45// separation and section organization. 45// separation and section organization.
46// + Pattern can be cleared on pattern view with (SEL + L + R). This is 46// + Pattern can be cleared on pattern view with (SEL + L + R). This is
47// reversible with the same combination unless the pattern is modified. 47// reversible with the same combination unless the pattern is modified.
48// - Improve SRAM saving to make room for longer patterns and/or more banks. 48// + Make sure there is an ALL notification when modifying channel params so
49// - Make sure there is an ALL notification when modifying channel params so
50// that it's clear it's affecting all triggers. 49// that it's clear it's affecting all triggers.
50// + Fix keyboard note drawing bugs.
51// + Fix stop button behaviour.
52// - Improve SRAM saving to make room for longer patterns and/or more banks.
51// - Scale mode for entering notes. 53// - Scale mode for entering notes.
52// - Add CLEAR ALL to the settings menu.
53// - Higher resolution clock to allow for microtiming and more accurate tempo. 54// - Higher resolution clock to allow for microtiming and more accurate tempo.
54// - Multiple pattern chains per bank that we can toggle between, gotta study 55// - Multiple pattern chains per bank that we can toggle between, gotta study
55// if they fit in the SRAM. 56// if they fit in the SRAM.
57// - Shortcut to quickly exit/enter chain mode.
56// - Make sure bank switching is queued like patterns. 58// - Make sure bank switching is queued like patterns.
57// - Add settings for "performance mode" in which banks are not saved by 59// - Add settings for "performance mode" in which banks are not saved by
58// default while changing patterns. 60// default while changing patterns.