aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index a0832a2..54eb2ef 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,12 +38,16 @@ WITH REGARD TO THIS SOFTWARE.
38// - Add an envelope to ch3, would need to work with a timer in order to make 38// - Add an envelope to ch3, would need to work with a timer in order to make
39// it work I think. 39// it work I think.
40// - Sync via MIDI via arduinoboy or something similar. 40// - Sync via MIDI via arduinoboy or something similar.
41// - Per trig LFO? How would we go about this? There is at least one empty slot
42// in all channels. LFO amount? LFO speed? Would need a dedicated page for
43// configuring LFOs
41// 44//
42// Bugfixes 45// Bugfixes
43// - Sound can get hung up sometimes, but I can't reproduce when this happens. 46// + Sound can get hung up sometimes, but I can't reproduce when this happens.
44// Not sure if this is an emulator thing or happens also in hardware. 47// Not sure if this is an emulator thing or happens also in hardware. Seems
45// - Cursor can stay in position instead of dissapering, again I can't 48// to only happen on mGBA. After running for a time it just stops working,
46// reproduce this right now, just happened randomly. Needs investigation. 49// the sound returns after a while without issue. On `ares` or real hardware
50// it works just fine.
47// 51//
48 52
49#include "gba/gba.h" 53#include "gba/gba.h"