oh yes more MIDI work
This commit is contained in:
parent
d8328e91a7
commit
08910d37b2
4 changed files with 33 additions and 16 deletions
|
|
@ -2621,6 +2621,10 @@ bool DivEngine::switchMaster() {
|
|||
return true;
|
||||
}
|
||||
|
||||
void DivEngine::setMidiCallback(std::function<bool(const TAMidiMessage&)> what) {
|
||||
midiCallback=what;
|
||||
}
|
||||
|
||||
void DivEngine::synchronized(const std::function<void()>& what) {
|
||||
BUSY_BEGIN;
|
||||
what();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue