MIKMutableMIDINoteOffCommand
Objective-C
@interface MIKMutableMIDINoteOffCommand : MIKMIDINoteOffCommandSwift
class MIKMutableMIDINoteOffCommand : MIKMIDINoteOffCommandThe mutable counterpart of MIKMIDINoteOffCommand.
- 
                  
                  This is currently undocumented. Documentation contributions are always welcome! DeclarationObjective-C @property (nonatomic, strong) NSDate *timestampSwift var timestamp: Date { get set }
- 
                  
                  This is currently undocumented. Documentation contributions are always welcome! DeclarationObjective-C @property (nonatomic) MIDITimeStamp midiTimestampSwift var midiTimestamp: MIDITimeStamp { get set }
- 
                  
                  This is currently undocumented. Documentation contributions are always welcome! DeclarationObjective-C @property (nonatomic) UInt8 channelSwift var channel: UInt8 { get set }
- 
                  
                  This is currently undocumented. Documentation contributions are always welcome! DeclarationObjective-C @property (nonatomic) NSUInteger valueSwift var value: UInt { get set }
- 
                  
                  This is currently undocumented. Documentation contributions are always welcome! DeclarationObjective-C @property (nonatomic) NSUInteger noteSwift var note: UInt { get set }
- 
                  
                  This is currently undocumented. Documentation contributions are always welcome! DeclarationObjective-C @property (nonatomic) NSUInteger velocitySwift var velocity: UInt { get set }
 View on GitHub
View on GitHub MIKMutableMIDINoteOffCommand Class Reference
        MIKMutableMIDINoteOffCommand Class Reference