Skip to content

Commit cbb0297

Browse files
Aligned API target enumerations
1 parent c3fd496 commit cbb0297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RtMidi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ class RTMIDI_DLL_PUBLIC RtMidi
159159
LINUX_ALSA, /*!< The Advanced Linux Sound Architecture API. */
160160
UNIX_JACK, /*!< The JACK Low-Latency MIDI Server API. */
161161
WINDOWS_MM, /*!< The Microsoft Multimedia MIDI API. */
162-
ANDROID_AMIDI, /*!< Native Android MIDI API. */
163162
RTMIDI_DUMMY, /*!< A compilable but non-functional API. */
164163
WEB_MIDI_API, /*!< W3C Web MIDI API. */
165164
WINDOWS_UWP, /*!< The Microsoft Universal Windows Platform MIDI API. */
165+
ANDROID_AMIDI, /*!< Native Android MIDI API. */
166166
NUM_APIS /*!< Number of values in this enum. */
167167
};
168168

0 commit comments

Comments
 (0)