We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#define APPLEMIDI_CREATE_INSTANCE(Type, Name, SessionName, Port) APPLEMIDI_NAMESPACE::AppleMIDISession<Type> Apple##Name(SessionName, Port); MIDI_NAMESPACE::MidiInterface< APPLEMIDI_NAMESPACE::AppleMIDISession<Type>, APPLEMIDI_NAMESPACE::AppleMIDISettings> Name((APPLEMIDI_NAMESPACE::AppleMIDISession<Type>&)Apple##Name);