aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-22 12:28:10 +0200
committerBad Diode <bd@badd10de.dev>2023-08-22 12:28:10 +0200
commite5d61a87ec41443a2e32cd8be1ecc62b8c590251 (patch)
tree26b832481fcb0e93d843e9fe5d4f875e2e5d2232 /src/main.c
parent8fc5cc7f53ea3874bae5389f489814869d2abd04 (diff)
downloadstepper-e5d61a87ec41443a2e32cd8be1ecc62b8c590251.tar.gz
stepper-e5d61a87ec41443a2e32cd8be1ecc62b8c590251.zip
Add pattern clearing with SEL+L+R on pattern view
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 5 insertions, 5 deletions
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.
40// + Improve "grey" cursor with dithering instead. 40// + Improve "grey" cursor with dithering instead.
41// + New channel icons. 41// + New channel icons.
42// + Update rcol UI and cursor management. 42// + Update rcol UI and cursor management.
43// + Fix bug: Copy/paste don't update the BMP drawing.
44// + Blank patterns could show up as empty on the pattern view for better
45// separation and section organization.
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.
43// - Improve SRAM saving to make room for longer patterns and/or more banks. 48// - Improve SRAM saving to make room for longer patterns and/or more banks.
44// - 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
45// that it's clear it's affecting all triggers. 50// that it's clear it's affecting all triggers.
46// - Blank patterns could show up as empty on the pattern view for better
47// separation and section organization.
48// - Scale mode for entering notes. 51// - Scale mode for entering notes.
49// - Add CLEAR ALL to the settings menu. 52// - Add CLEAR ALL to the settings menu.
50// - Higher resolution clock to allow for microtiming and more accurate tempo. 53// - Higher resolution clock to allow for microtiming and more accurate tempo.
@@ -60,9 +63,6 @@ WITH REGARD TO THIS SOFTWARE.
60// - Add CREDITS to the documentation for now, should probably be a menu item 63// - Add CREDITS to the documentation for now, should probably be a menu item
61// later. 64// later.
62// 65//
63// BUGS
64//
65// - Copy/paste don't update the BMP drawing.
66 66
67// NOTE: (by catbeats) 67// NOTE: (by catbeats)
68// 68//