File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,8 @@ class RtMidiIn : public RtMidi
219
219
incoming messages will be ignored.
220
220
221
221
If no API argument is specified and multiple API support has been
222
- compiled, the default order of use is JACK, ALSA (Linux) and JACK ,
223
- CORE (OS-X).
222
+ compiled, the default order of use is ALSA, JACK (Linux) and CORE ,
223
+ JACK (OS-X).
224
224
225
225
\param api An optional API id can be specified.
226
226
\param clientName An optional client name can be specified. This
@@ -354,8 +354,8 @@ class RtMidiOut : public RtMidi
354
354
An exception will be thrown if a MIDI system initialization error occurs.
355
355
356
356
If no API argument is specified and multiple API support has been
357
- compiled, the default order of use is JACK, ALSA (Linux) and JACK ,
358
- CORE (OS-X).
357
+ compiled, the default order of use is ALSA, JACK (Linux) and CORE ,
358
+ JACK (OS-X).
359
359
*/
360
360
RtMidiOut ( RtMidi::Api api=UNSPECIFIED,
361
361
const std::string clientName = std::string( " RtMidi Output Client" ) );
You can’t perform that action at this time.
0 commit comments