and more MIDI input refinements
This commit is contained in:
parent
052dcb2576
commit
4b436ef1fc
4 changed files with 39 additions and 7 deletions
|
|
@ -2673,6 +2673,10 @@ void DivEngine::setMidiBaseChan(int chan) {
|
|||
midiBaseChan=chan;
|
||||
}
|
||||
|
||||
void DivEngine::setMidiDirect(bool value) {
|
||||
midiIsDirect=value;
|
||||
}
|
||||
|
||||
void DivEngine::setMidiCallback(std::function<int(const TAMidiMessage&)> what) {
|
||||
midiCallback=what;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue