|
|
@ -135,7 +135,7 @@
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return Constructed MIDI event ID.
|
|
|
|
* \return Constructed MIDI event ID.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define MIDI_EVENT(virtualcable, command) ((virtualcable << 4) | (command >> 4))
|
|
|
|
#define MIDI_EVENT(virtualcable, command) (((virtualcable) << 4) | ((command) >> 4))
|
|
|
|
|
|
|
|
|
|
|
|
/* Enums: */
|
|
|
|
/* Enums: */
|
|
|
|
/** Enum for the possible MIDI jack types in a MIDI device jack descriptor. */
|
|
|
|
/** Enum for the possible MIDI jack types in a MIDI device jack descriptor. */
|
|
|
|