DivSongTimestamps, part 1

this is actually a refactor
it will replace walkSong and the other function and fix bugs in the process
This commit is contained in:
tildearrow 2025-10-28 21:07:21 -05:00
parent d3c85ae748
commit 8c1c338e91
4 changed files with 456 additions and 10 deletions

View file

@ -610,9 +610,6 @@ class DivEngine {
unsigned int renderPoolThreads;
DivWorkPool* renderPool;
// song timestamps
DivSongTimestamps* songTimestamps;
// MIDI stuff
std::function<int(const TAMidiMessage&)> midiCallback=[](const TAMidiMessage&) -> int {return -3;};