MIDI2NoteOn(_:_:_:_:_:_:)
Declaration
func MIDI2NoteOn(_ group: UInt8, _ channel: UInt8, _ noteNumber: UInt8, _ attributeType: UInt8, _ attributeData: UInt16, _ velocity: UInt16) -> MIDIMessage_64See Also
MIDI 2.0 Messages
MIDI2ChannelVoiceMessage(_:_:_:_:_:)MIDI2NoteOff(_:_:_:_:_:_:)MIDI2ControlChange(_:_:_:_:)MIDI2ProgramChange(_:_:_:_:_:_:)MIDI2PitchBend(_:_:_:)MIDI2PerNotePitchBend(_:_:_:_:)MIDI2ChannelPressure(_:_:_:)MIDI2PolyPressure(_:_:_:_:)MIDI2AssignableControl(_:_:_:_:_:)MIDI2RelRegisteredControl(_:_:_:_:_:)MIDI2AssignablePNC(_:_:_:_:_:)MIDI2RegisteredPNC(_:_:_:_:_:)MIDI2RelAssignableControl(_:_:_:_:_:)MIDI2RegisteredControl(_:_:_:_:_:)MIDI2PerNoteManagment(_:_:_:_:_:)