Gong icon indicating copy to clipboard operation
Gong copied to clipboard

Please add option to format packet.message

Open elmcapp opened this issue 3 years ago • 0 comments

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]

elmcapp avatar Jun 01 '22 18:06 elmcapp