mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
remove log spam (hopefully)
This commit is contained in:
parent
b75787603a
commit
542a46e89b
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ bool TAMidiInRtMidi::gather() {
|
|||
}
|
||||
} catch (RtMidiError& e) {
|
||||
logE("MIDI input error! %s",e.what());
|
||||
closeDevice();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue