aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-24 15:43:02 +0200
committerBad Diode <bd@badd10de.dev>2023-04-24 15:43:02 +0200
commitcf1684b05ee2d90b009d2ca48fb3d76f6fb0f26a (patch)
tree1b7fb8153a0bcc1cb9ab55765a6044d2b95316af /src/main.c
parent183c43fe2d85be24e43f09e62c07911e82935b1d (diff)
downloadstepper-cf1684b05ee2d90b009d2ca48fb3d76f6fb0f26a.tar.gz
stepper-cf1684b05ee2d90b009d2ca48fb3d76f6fb0f26a.zip
Finish clipboard for global channel params
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 ea10fdb..0ab251d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,9 +25,10 @@ WITH REGARD TO THIS SOFTWARE.
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// + Basic support. 27// + Basic support.
28// - Allow pasting parameters if they have been copied. 28// + Allow pasting parameters if they have been copied.
29// - Draw the global params in grey if they haven't been adjusted or aren't 29// - Draw the global params in grey if they haven't been adjusted or aren't
30// currently selected. 30// currently selected.
31// - Draw missing cursor.
31// + Per-octave note adjustment with Select + L/R on a trig. 32// + Per-octave note adjustment with Select + L/R on a trig.
32// + Transpose channel with SEL + L/R on channel select. 33// + Transpose channel with SEL + L/R on channel select.
33// - Pattern chaining for more than 1 queue and/or song mode. 34// - Pattern chaining for more than 1 queue and/or song mode.