From 183c43fe2d85be24e43f09e62c07911e82935b1d Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 24 Apr 2023 15:24:41 +0200 Subject: Add initial copy-paste of trig to ch --- src/main.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d4e6dbb..ea10fdb 100644 --- a/src/main.c +++ b/src/main.c @@ -23,7 +23,11 @@ WITH REGARD TO THIS SOFTWARE. // - Theming support, with a number of pre-configured themes and custom colors. // // Quality of life improvements. -// - Per channel sound adjustments that modify the sound in all trigs. +// + Per channel sound adjustments that modify the sound in all trigs. +// + Basic support. +// - Allow pasting parameters if they have been copied. +// - Draw the global params in grey if they haven't been adjusted or aren't +// currently selected. // + 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. @@ -42,7 +46,7 @@ WITH REGARD TO THIS SOFTWARE. #include "renderer_m0.c" #include "sequencer.c" -#define PROF_ENABLE 0 +#define PROF_ENABLE 1 #include "profiling.c" void -- cgit v1.2.1