diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-03-31 11:05:38 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-03-31 11:05:38 -0400 |
| commit | 7a3f04cd2c6461a9efc25dc064201806679d31a2 (patch) | |
| tree | 3527ebdc17a26ac11402782017a3783c1f11e55f | |
| parent | 774c66488cf9e2a1de119feb72529a0b144f4d08 (diff) | |
Corrected documentation regarding API default order in RtMidi.h2.1.0
| -rw-r--r-- | RtMidi.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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") ); |
