more MIDI debugging messages
This commit is contained in:
parent
b7d8f3c17a
commit
ad5072dad6
2 changed files with 6 additions and 0 deletions
|
|
@ -92,10 +92,12 @@ bool TAMidiOut::closeDevice() {
|
|||
}
|
||||
|
||||
std::vector<String> TAMidiIn::listDevices() {
|
||||
logW("attempting to list devices of abstract TAMidiIn!");
|
||||
return std::vector<String>();
|
||||
}
|
||||
|
||||
std::vector<String> TAMidiOut::listDevices() {
|
||||
logW("attempting to list devices of abstract TAMidiOut!");
|
||||
return std::vector<String>();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue