From 45ad578200d91a1e21ea2b5661efa0e11f99ebca Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 9 Sep 2023 12:46:48 +0200 Subject: Fix some minor bugs and try to improve consistency. --- src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index e9d1baf..1970e8e 100644 --- a/src/main.c +++ b/src/main.c @@ -81,6 +81,10 @@ WITH REGARD TO THIS SOFTWARE. // + Cursor on bank can wrap around (up/down) but the same can't be done on // patterns. // + Add help for pattern chain +// + Make sure when switching to global bpm, the currently selected tempo is +// used. +// + Make sure parameters show the default ones on empty/cleared patterns and +// you can't modify non active trig params or params on empty patterns. // - Add CREDITS to the documentation for now, should probably be a menu item // later. // - Make sure sync works with the same cable for in/out. @@ -89,6 +93,8 @@ WITH REGARD TO THIS SOFTWARE. #include "renderer_m0.c" #include "globals.c" +#include "assets.c" +#include "patterns.c" #include "settings.c" #include "dsound.c" #include "scale.c" -- cgit v1.2.1