aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-01-15 14:50:21 +0100
committerBad Diode <bd@badd10de.dev>2024-01-15 14:50:21 +0100
commit65089bc6ca9e31878afd583e133cb376ef03f268 (patch)
tree3f11c40a5ddf7ac289b4e7014776dfc9a8a4f785 /src/main.c
parente8f4708a6d809c33719ec2f773d23e05c8619b2b (diff)
downloadstepper-65089bc6ca9e31878afd583e133cb376ef03f268.tar.gz
stepper-65089bc6ca9e31878afd583e133cb376ef03f268.zip
[WIP] Initial implementation of CH3 envelope
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5e18396..a8c93bf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,6 +34,8 @@ WITH REGARD TO THIS SOFTWARE.
34// - Make sure transposing a sequence past the keyboard limit doesn't affect 34// - Make sure transposing a sequence past the keyboard limit doesn't affect
35// the sequence and can be reversed. 35// the sequence and can be reversed.
36// - Study saving overhauls for bootleg cartridges. 36// - Study saving overhauls for bootleg cartridges.
37// - When putting a new trigger, make sure it uses the global parameters
38// - Bad performance when selecting patterns
37// 39//
38// Low priority: 40// Low priority:
39// 41//