Skip to content

Commit

Permalink
Corrected documentation regarding API default order in RtMidi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Mar 31, 2014
1 parent 774c664 commit 7a3f04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RtMidi.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ class RtMidiIn : public RtMidi
incoming messages will be ignored.
If no API argument is specified and multiple API support has been
compiled, the default order of use is JACK, ALSA (Linux) and JACK,
CORE (OS-X).
compiled, the default order of use is ALSA, JACK (Linux) and CORE,
JACK (OS-X).
\param api An optional API id can be specified.
\param clientName An optional client name can be specified. This
Expand Down Expand Up @@ -354,8 +354,8 @@ class RtMidiOut : public RtMidi
An exception will be thrown if a MIDI system initialization error occurs.
If no API argument is specified and multiple API support has been
compiled, the default order of use is JACK, ALSA (Linux) and JACK,
CORE (OS-X).
compiled, the default order of use is ALSA, JACK (Linux) and CORE,
JACK (OS-X).
*/
RtMidiOut( RtMidi::Api api=UNSPECIFIED,
const std::string clientName = std::string( "RtMidi Output Client") );
Expand Down

0 comments on commit 7a3f04c

Please sign in to comment.