From 06eadc45799d3183b81ce324138e98a145410bc4 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 22 Aug 2023 12:54:55 +0200 Subject: Ensure ALL is shown when appropriate and drawing bugfixes --- src/main.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main.c') 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. // separation and section organization. // + Pattern can be cleared on pattern view with (SEL + L + R). This is // reversible with the same combination unless the pattern is modified. -// - Improve SRAM saving to make room for longer patterns and/or more banks. -// - Make sure there is an ALL notification when modifying channel params so +// + Make sure there is an ALL notification when modifying channel params so // that it's clear it's affecting all triggers. +// + Fix keyboard note drawing bugs. +// + Fix stop button behaviour. +// - Improve SRAM saving to make room for longer patterns and/or more banks. // - Scale mode for entering notes. -// - Add CLEAR ALL to the settings menu. // - Higher resolution clock to allow for microtiming and more accurate tempo. // - Multiple pattern chains per bank that we can toggle between, gotta study // if they fit in the SRAM. +// - Shortcut to quickly exit/enter chain mode. // - Make sure bank switching is queued like patterns. // - Add settings for "performance mode" in which banks are not saved by // default while changing patterns. -- cgit v1.2.1