aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
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