Class MIDICISession

  • All Implemented Interfaces:
    NSObject

    public class MIDICISession
    extends NSObject
    MIDICISession Object representating a MIDI Capability Inquiry session. A MIDI Capability Inquiry session is a bidirectional communication path between a MIDI process and a MIDI-CI node (i.e., paired MIDI source and destination) identified using MIDI-CI discovery. A MIDICISession can be used to manipulate MIDI-CI profiles and to discover the MIDI-CI property capability.
    • Constructor Detail

      • MIDICISession

        protected MIDICISession​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • disableProfileOnChannelError

        public boolean disableProfileOnChannelError​(MIDICIProfile profile,
                                                    byte channel,
                                                    org.moe.natj.general.ptr.Ptr<NSError> outError)
        Given a MIDI channel number, asynchronously request that the supplied profile be disabled. The result of this operation is sent to the MIDICIProfileChangedBlock. Returnes YES if the request is valid.
      • enableProfileOnChannelError

        public boolean enableProfileOnChannelError​(MIDICIProfile profile,
                                                   byte channel,
                                                   org.moe.natj.general.ptr.Ptr<NSError> outError)
        Given a MIDI channel number, asynchronously request that the supplied profile be enabled. The result of this operation is sent to the MIDICIProfileChangedBlock. Returns YES if the request is valid.
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • profileStateForChannel

        public MIDICIProfileState profileStateForChannel​(byte channel)
        Given a MIDI channel number, return the supported profiles. Note that the arrays will be empty if this property is queried before data is ready.
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsProfileCapability

        public boolean supportsProfileCapability()
        After CI session data is ready, indicates whether the entity supports the MIDI-CI profile capability.
      • supportsPropertyCapability

        public boolean supportsPropertyCapability()
        After CI session data is ready, indicates whether the entity supports the MIDI-CI property exchange capability.
      • version_static

        public static long version_static()
      • deviceInfo

        public MIDICIDeviceInfo deviceInfo()
        Obtain the device's basic identification. Nil before data is ready or if the device does not support MIDI-CI.
      • maxPropertyRequests

        public NSNumber maxPropertyRequests()
        int
      • maxSysExSize

        public NSNumber maxSysExSize()
        unsigned long
      • midiDestination

        public int midiDestination()
        The MIDI destination with which the session is communicating.
      • sendProfileOnChannelProfileData

        public boolean sendProfileOnChannelProfileData​(MIDICIProfile profile,
                                                       byte channel,
                                                       NSData profileSpecificData)
        Given a MIDI channel number, send profile specific data to the MIDICISession. Returns YES if the data was successfully sent.