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) 1) APPLEMIDI_NAMESPACE::AppleMIDISession<Type> Apple##Name(SessionName, Port); 2) MIDI_NAMESPACE::MidiInterface< 3) APPLEMIDI_NAMESPACE::AppleMIDISession<Type>, 4) APPLEMIDI_NAMESPACE::AppleMIDISettings> 5) Name((APPLEMIDI_NAMESPACE::AppleMIDISession<Type>&)Apple##Name);