Kind
public enum Kind : Equatable
Undocumented
-
Undocumented
Declaration
Swift
case noteOffEvent(key: UInt8, velocity: UInt8) -
Undocumented
Declaration
Swift
case noteOnEvent(key: UInt8, velocity: UInt8) -
Undocumented
Declaration
Swift
case polyphonicKeyPressure(key: UInt8, pressure: UInt8) -
Undocumented
Declaration
Swift
case controlChange(controller: UInt8, value: UInt8) -
Undocumented
Declaration
Swift
case programChange(programmNumber: UInt8) -
Undocumented
Declaration
Swift
case channelPressure(pressure: UInt8) -
Undocumented
Declaration
Swift
case pitchBendChange(value: UInt16)
View on GitHub
Install in Dash
Kind Enumeration Reference