mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-18 02:25:11 +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) {
|
} catch (RtMidiError& e) {
|
||||||
logE("MIDI input error! %s",e.what());
|
logE("MIDI input error! %s",e.what());
|
||||||
|
closeDevice();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue