From 0ec89c43671831ca491eadeca2cbfa52a53338d5 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 31 Jul 2023 18:30:00 +0200 Subject: Add more waves to ch3 and make them flow better --- src/main.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/main.c') 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. // - Add an envelope to ch3, would need to work with a timer in order to make // it work I think. // - Sync via MIDI via arduinoboy or something similar. +// - Per trig LFO? How would we go about this? There is at least one empty slot +// in all channels. LFO amount? LFO speed? Would need a dedicated page for +// configuring LFOs // // Bugfixes -// - Sound can get hung up sometimes, but I can't reproduce when this happens. -// Not sure if this is an emulator thing or happens also in hardware. -// - Cursor can stay in position instead of dissapering, again I can't -// reproduce this right now, just happened randomly. Needs investigation. +// + Sound can get hung up sometimes, but I can't reproduce when this happens. +// Not sure if this is an emulator thing or happens also in hardware. Seems +// to only happen on mGBA. After running for a time it just stops working, +// the sound returns after a while without issue. On `ares` or real hardware +// it works just fine. // #include "gba/gba.h" -- cgit v1.2.1