aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-31 18:30:00 +0200
committerBad Diode <bd@badd10de.dev>2023-07-31 18:30:00 +0200
commit0ec89c43671831ca491eadeca2cbfa52a53338d5 (patch)
treeff434ef11369321c49da7845f267222530adaa22 /src/main.c
parentd3974d358b7e99484c70f5177b9640d5b1b46cd5 (diff)
downloadstepper-0ec89c43671831ca491eadeca2cbfa52a53338d5.tar.gz
stepper-0ec89c43671831ca491eadeca2cbfa52a53338d5.zip
Add more waves to ch3 and make them flow better
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"