aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-24 12:42:16 +0200
committerBad Diode <bd@badd10de.dev>2023-04-24 12:42:16 +0200
commitb83958d07ec0e4dcc185f40928a84d1bcdd48675 (patch)
tree5cce184744bbaf82bf30a5a9e8498c94a2758037 /src/main.c
parent78b04e72e67eb41b67732673ef043e990ad6c57e (diff)
downloadstepper-b83958d07ec0e4dcc185f40928a84d1bcdd48675.tar.gz
stepper-b83958d07ec0e4dcc185f40928a84d1bcdd48675.zip
Add transposition of channel notes with SEL + L/R
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 54f14b4..d4e6dbb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,7 +24,8 @@ WITH REGARD TO THIS SOFTWARE.
24// 24//
25// Quality of life improvements. 25// Quality of life improvements.
26// - Per channel sound adjustments that modify the sound in all trigs. 26// - Per channel sound adjustments that modify the sound in all trigs.
27// - Per-octave note adjustment with Select + L/R on a trig. 27// + Per-octave note adjustment with Select + L/R on a trig.
28// + Transpose channel with SEL + L/R on channel select.
28// - Pattern chaining for more than 1 queue and/or song mode. 29// - Pattern chaining for more than 1 queue and/or song mode.
29// - Undo/Redo. 30// - Undo/Redo.
30// - Add a settings page to change some configuration parameters. 31// - Add a settings page to change some configuration parameters.