implement more MIDI stuff
This commit is contained in:
parent
a08f7507fd
commit
052dcb2576
7 changed files with 305 additions and 55 deletions
|
|
@ -251,7 +251,7 @@ class DivEngine {
|
|||
size_t totalProcessed;
|
||||
|
||||
// MIDI stuff
|
||||
std::function<int(const TAMidiMessage&)> midiCallback=[](const TAMidiMessage&) -> int {return -1;};
|
||||
std::function<int(const TAMidiMessage&)> midiCallback=[](const TAMidiMessage&) -> int {return -2;};
|
||||
|
||||
DivSystem systemFromFile(unsigned char val);
|
||||
unsigned char systemToFile(DivSystem val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue