MIKMIDICommandScheduler

Objective-C

@protocol MIKMIDICommandScheduler <NSObject>

Swift

protocol MIKMIDICommandScheduler : NSObjectProtocol
Objects that conform to this protocol can be used as a destination for MIDI commands to
be sent to by MIKMIDISequencer.

- see: MIKMIDISequencer
  • This is currently undocumented. Documentation contributions are always welcome!

    Declaration

    Objective-C

    - (void)scheduleMIDICommands:(MIKArrayOf(MIKMIDICommand *) *)commands;

    Swift

    func scheduleMIDICommands(_ commands: [MIKMIDICommand])