Add SPP (Song Position Pointer) detection - uses SPP on START to set correct tick position. Add beats_per_bar (default 4) with button combo: hold 10 + press 1=4/4, 2=3/4, 3=6/4

This commit is contained in:
ash
2026-07-03 08:22:47 +00:00
parent 3226986709
commit b3f4eb1a8b
4 changed files with 44 additions and 5 deletions
+2
View File
@@ -4,6 +4,8 @@
#include <functional>
extern volatile uint32_t midi_tick_count;
extern volatile uint16_t last_spp_position;
extern volatile bool spp_valid;
struct MidiEvent {
enum Type {