From 7f42a1877cdfc4af394942b6ca8131e4ee8fa898 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 8 Sep 2023 14:45:46 +0200 Subject: Add wraparound for patterns and more help strings --- src/main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d6ea621..e9d1baf 100644 --- a/src/main.c +++ b/src/main.c @@ -75,15 +75,15 @@ WITH REGARD TO THIS SOFTWARE. // a pattern to start chain. // + Random chain just places A- doesn’t check if which patterns have content // in bank for random placement. +// + Add help for scale parameters and banks E/F (consider auto-save settings +// for notification) +// + Default should be help is on +// + Cursor on bank can wrap around (up/down) but the same can't be done on +// patterns. +// + Add help for pattern chain // - 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. -// - Add help for scale parameters and banks E/F (consider auto-save settings -// for notification) -// - Add help for pattern chain -// - Default should be help is on -// - Cursor on bank can wrap around (up/down) but the same can't be done on -// patterns. #include "gba/gba.h" -- cgit v1.2.1