aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-24 15:24:41 +0200
committerBad Diode <bd@badd10de.dev>2023-04-24 15:24:41 +0200
commit183c43fe2d85be24e43f09e62c07911e82935b1d (patch)
treeedf5077020499179fb909b98935f7971d3e37ace /src/main.c
parentac038887279d43f0a8c346b4392619dfe2e6084a (diff)
downloadstepper-183c43fe2d85be24e43f09e62c07911e82935b1d.tar.gz
stepper-183c43fe2d85be24e43f09e62c07911e82935b1d.zip
Add initial copy-paste of trig to ch
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 6 insertions, 2 deletions
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.
23// - Theming support, with a number of pre-configured themes and custom colors. 23// - Theming support, with a number of pre-configured themes and custom colors.
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// + Basic support.
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
30// currently selected.
27// + Per-octave note adjustment with Select + L/R on a trig. 31// + Per-octave note adjustment with Select + L/R on a trig.
28// + Transpose channel with SEL + L/R on channel select. 32// + Transpose channel with SEL + L/R on channel select.
29// - Pattern chaining for more than 1 queue and/or song mode. 33// - Pattern chaining for more than 1 queue and/or song mode.
@@ -42,7 +46,7 @@ WITH REGARD TO THIS SOFTWARE.
42#include "renderer_m0.c" 46#include "renderer_m0.c"
43#include "sequencer.c" 47#include "sequencer.c"
44 48
45#define PROF_ENABLE 0 49#define PROF_ENABLE 1
46#include "profiling.c" 50#include "profiling.c"
47 51
48void 52void