Gong
Gong copied to clipboard
Please add option to format packet.message
Can you add a option for message formatting or create a different formate for message
example: MIDIPacket(.noteOn(channel: UInt8(channel), key: UInt8(pitch), velocity: UInt8(velocity)), delay: onset),
currently:
'noteOff(channel: 0, key: 62, velocity: 0)'
it would be nice if we could have a options to get the midi data like this
[type: "noteOff", channel: 0, key: 62, velocity: 0]