Class MIDI

    • Constructor Detail

      • MIDI

        public MIDI()
    • Method Detail

      • getNumberOfDevices

        public static long getNumberOfDevices()
        Since:
        Available in iOS 4.2 and later.
      • getDevice

        public static MIDIDevice getDevice​(long deviceIndex0)
        Since:
        Available in iOS 4.2 and later.
      • getNumberOfSources

        public static long getNumberOfSources()
        Since:
        Available in iOS 4.2 and later.
      • getSource

        public static MIDIEndpoint getSource​(long sourceIndex0)
        Since:
        Available in iOS 4.2 and later.
      • getNumberOfDestinations

        public static long getNumberOfDestinations()
        Since:
        Available in iOS 4.2 and later.
      • getDestination

        public static MIDIEndpoint getDestination​(long destIndex0)
        Since:
        Available in iOS 4.2 and later.
      • getNumberOfExternalDevices

        public static long getNumberOfExternalDevices()
        Since:
        Available in iOS 4.2 and later.
      • getExternalDevice

        public static MIDIDevice getExternalDevice​(long deviceIndex0)
        Since:
        Available in iOS 4.2 and later.
      • flushOutput

        public static MIDIError flushOutput​(MIDIEndpoint dest)
        Since:
        Available in iOS 4.2 and later.
      • restart

        public static MIDIError restart()
        Since:
        Available in iOS 4.2 and later.
      • addDevice

        public static MIDIError addDevice​(MIDIDevice device)
        Since:
        Available in iOS 4.2 and later.
      • removeDevice

        public static MIDIError removeDevice​(MIDIDevice device)
        Since:
        Available in iOS 4.2 and later.
      • addExternalDevice

        public static MIDIError addExternalDevice​(MIDIDevice device)
        Since:
        Available in iOS 4.2 and later.
      • removeExternalDevice

        public static MIDIError removeExternalDevice​(MIDIDevice device)
        Since:
        Available in iOS 4.2 and later.