diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2014-03-28 17:07:21 -0400 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2014-03-28 17:07:21 -0400 |
| commit | 94b7c270a9af518a40b6b18182606c364aefc3b3 (patch) | |
| tree | e6458b5ce238b2d1c3fba49bbe161f39e21230d7 /RtMidi.cpp | |
| parent | c996e7e52be0a373b24669cd27eb6f1aee82acb9 (diff) | |
| parent | bb808b7f9995f1de809e4cceb4d0c77c1f8652d0 (diff) | |
Merge pull request #20 from keinstein/testmerge
Merge master into pre2.1.0.
Diffstat (limited to 'RtMidi.cpp')
| -rw-r--r-- | RtMidi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3610,7 +3610,7 @@ void MidiInJack :: openPort( unsigned int portNumber, const std::string portName JACK_DEFAULT_MIDI_TYPE, JackPortIsInput, 0 ); if ( data->port == NULL) { - errorString_ = "MidiInJack::openPort: JACK error creating virtual port"; + errorString_ = "MidiInJack::openPort: JACK error creating port"; error( RtMidiError::DRIVER_ERROR, errorString_ ); return; } @@ -3785,7 +3785,7 @@ void MidiOutJack :: openPort( unsigned int portNumber, const std::string portNam JACK_DEFAULT_MIDI_TYPE, JackPortIsOutput, 0 ); if ( data->port == NULL ) { - errorString_ = "MidiOutJack::openPort: JACK error creating virtual port"; + errorString_ = "MidiOutJack::openPort: JACK error creating port"; error( RtMidiError::DRIVER_ERROR, errorString_ ); return; } |
