more MIDI debugging messages
This commit is contained in:
parent
b7d8f3c17a
commit
ad5072dad6
2 changed files with 6 additions and 0 deletions
|
|
@ -3025,6 +3025,8 @@ bool DivEngine::initAudioBackend() {
|
|||
if (!output->midiIn->openDevice(inName)) {
|
||||
logW("could not open MIDI input device!");
|
||||
}
|
||||
} else {
|
||||
logV("no MIDI input device selected.");
|
||||
}
|
||||
}
|
||||
if (output->midiOut) {
|
||||
|
|
@ -3035,6 +3037,8 @@ bool DivEngine::initAudioBackend() {
|
|||
if (!output->midiOut->openDevice(outName)) {
|
||||
logW("could not open MIDI output device!");
|
||||
}
|
||||
} else {
|
||||
logV("no MIDI output device selected.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue