Merge branch 'master' into feature/esfm

This commit is contained in:
Kagamiin~ 2023-12-17 08:31:16 -03:00
commit 13e45cfce2
19 changed files with 62 additions and 9 deletions

View file

@ -3391,6 +3391,10 @@ void DivEngine::setMidiDirect(bool value) {
midiIsDirect=value;
}
void DivEngine::setMidiVolExp(float value) {
midiVolExp=value;
}
void DivEngine::setMidiCallback(std::function<int(const TAMidiMessage&)> what) {
midiCallback=what;
}