From e5d61a87ec41443a2e32cd8be1ecc62b8c590251 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 22 Aug 2023 12:28:10 +0200 Subject: Add pattern clearing with SEL+L+R on pattern view --- src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3ddfaac..cff3afa 100644 --- a/src/main.c +++ b/src/main.c @@ -40,11 +40,14 @@ WITH REGARD TO THIS SOFTWARE. // + Improve "grey" cursor with dithering instead. // + New channel icons. // + Update rcol UI and cursor management. +// + Fix bug: Copy/paste don't update the BMP drawing. +// + Blank patterns could show up as empty on the pattern view for better +// 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 // that it's clear it's affecting all triggers. -// - Blank patterns could show up as empty on the pattern view for better -// separation and section organization. // - Scale mode for entering notes. // - Add CLEAR ALL to the settings menu. // - Higher resolution clock to allow for microtiming and more accurate tempo. @@ -60,9 +63,6 @@ WITH REGARD TO THIS SOFTWARE. // - Add CREDITS to the documentation for now, should probably be a menu item // later. // -// BUGS -// -// - Copy/paste don't update the BMP drawing. // NOTE: (by catbeats) // -- cgit v1.2.1