We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0451a6e commit 5bba3e6Copy full SHA for 5bba3e6
app/external/sp_midi/src/midiin.cpp
@@ -45,7 +45,7 @@ MidiIn::MidiIn(const string& portName, const string& normalizedPortName, int por
45
}
46
catch(const RtMidiError& err)
47
{
48
- m_logger.debug("Failed to open midi out port");
+ m_logger.debug("Failed to open midi in port");
49
50
51
m_midiIn->ignoreTypes( false, false, false );
0 commit comments