aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
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.
81// + Cursor on bank can wrap around (up/down) but the same can't be done on 81// + Cursor on bank can wrap around (up/down) but the same can't be done on
82// patterns. 82// patterns.
83// + Add help for pattern chain 83// + Add help for pattern chain
84// + Make sure when switching to global bpm, the currently selected tempo is
85// used.
86// + Make sure parameters show the default ones on empty/cleared patterns and
87// you can't modify non active trig params or params on empty patterns.
84// - Add CREDITS to the documentation for now, should probably be a menu item 88// - Add CREDITS to the documentation for now, should probably be a menu item
85// later. 89// later.
86// - Make sure sync works with the same cable for in/out. 90// - Make sure sync works with the same cable for in/out.
@@ -89,6 +93,8 @@ WITH REGARD TO THIS SOFTWARE.
89 93
90#include "renderer_m0.c" 94#include "renderer_m0.c"
91#include "globals.c" 95#include "globals.c"
96#include "assets.c"
97#include "patterns.c"
92#include "settings.c" 98#include "settings.c"
93#include "dsound.c" 99#include "dsound.c"
94#include "scale.c" 100#include "scale.c"