Skip to content

Commit 7a3f04c

Browse files
committed
Corrected documentation regarding API default order in RtMidi.h
1 parent 774c664 commit 7a3f04c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RtMidi.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ class RtMidiIn : public RtMidi
219219
incoming messages will be ignored.
220220
221221
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).
224224
225225
\param api An optional API id can be specified.
226226
\param clientName An optional client name can be specified. This
@@ -354,8 +354,8 @@ class RtMidiOut : public RtMidi
354354
An exception will be thrown if a MIDI system initialization error occurs.
355355
356356
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).
359359
*/
360360
RtMidiOut( RtMidi::Api api=UNSPECIFIED,
361361
const std::string clientName = std::string( "RtMidi Output Client") );

0 commit comments

Comments
 (0)