aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 6f34d27..d6ea621 100644
--- a/src/main.c
+++ b/src/main.c
@@ -39,6 +39,7 @@ WITH REGARD TO THIS SOFTWARE.
39// - Should scale mode be toggleable? 39// - Should scale mode be toggleable?
40// - Improve SRAM saving to make room for longer patterns and/or more banks. 40// - Improve SRAM saving to make room for longer patterns and/or more banks.
41// - Higher resolution clock to allow for microtiming and more accurate tempo. 41// - Higher resolution clock to allow for microtiming and more accurate tempo.
42// - Add clipboard sharing between banks.
42// 43//
43// WIP (1.7) 44// WIP (1.7)
44// + Improve "grey" cursor with dithering instead. 45// + Improve "grey" cursor with dithering instead.
@@ -66,9 +67,23 @@ WITH REGARD TO THIS SOFTWARE.
66// + Enable pattern chain toggling. 67// + Enable pattern chain toggling.
67// + Enable pattern chain clearing. 68// + Enable pattern chain clearing.
68// + Enable pattern chain randomizing. 69// + Enable pattern chain randomizing.
70// + Check to make sure parameters are fully clearing the screen, the cursor
71// can hang (need to clear the cursor parameter position when moving to/from
72// patterns to channels)
73// + If select random chain patterns when nothing there chain is propagated but
74// play head doesn’t begin at first chain pattern. User must manually place
75// a pattern to start chain.
76// + Random chain just places A- doesn’t check if which patterns have content
77// in bank for random placement.
69// - Add CREDITS to the documentation for now, should probably be a menu item 78// - Add CREDITS to the documentation for now, should probably be a menu item
70// later. 79// later.
71// - Make sure sync works with the same cable for in/out. 80// - Make sure sync works with the same cable for in/out.
81// - Add help for scale parameters and banks E/F (consider auto-save settings
82// for notification)
83// - Add help for pattern chain
84// - Default should be help is on
85// - Cursor on bank can wrap around (up/down) but the same can't be done on
86// patterns.
72 87
73#include "gba/gba.h" 88#include "gba/gba.h"
74 89