From b83958d07ec0e4dcc185f40928a84d1bcdd48675 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 24 Apr 2023 12:42:16 +0200 Subject: Add transposition of channel notes with SEL + L/R --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') 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. // // Quality of life improvements. // - Per channel sound adjustments that modify the sound in all trigs. -// - Per-octave note adjustment with Select + L/R on a trig. +// + Per-octave note adjustment with Select + L/R on a trig. +// + Transpose channel with SEL + L/R on channel select. // - Pattern chaining for more than 1 queue and/or song mode. // - Undo/Redo. // - Add a settings page to change some configuration parameters. -- cgit v1.2.1