aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-02-02 10:13:47 +0100
committerBad Diode <bd@badd10de.dev>2024-02-02 10:13:47 +0100
commit74b874af0ea646ef6915f15114ed3065b5b88a20 (patch)
treef55a226de2ff6c419fd53a3d8e82220201491b4b /src/main.c
parent490dd6a54ded91f78c3b7b33af774ef43283ad2d (diff)
downloadstepper-74b874af0ea646ef6915f15114ed3065b5b88a20.tar.gz
stepper-74b874af0ea646ef6915f15114ed3065b5b88a20.zip
Add envelope drawing instead of numbers
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8760b2a..834127d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -37,6 +37,7 @@ WITH REGARD TO THIS SOFTWARE.
37// + Make sure the chain is always shown on the notification bar if playing 37// + Make sure the chain is always shown on the notification bar if playing
38// + Add more sync in/out options 38// + Add more sync in/out options
39// + Add more help hints when holding SEL 39// + Add more help hints when holding SEL
40// + Add AD envelope drawing instead of numbers.
40// - Fix any bugs we currently have 41// - Fix any bugs we currently have
41// - Add clipboard sharing between banks. 42// - Add clipboard sharing between banks.
42// - Study saving overhauls for bootleg cartridges. 43// - Study saving overhauls for bootleg cartridges.