kushview / element

Element Audio Plugin Host
https://kushview.net/element/
1.08k stars 95 forks source link

Lua MIDI: Flesh General Message Factories #731

Closed mfisher31 closed 4 months ago

mfisher31 commented 4 months ago

All there is right now:

func. description
controller (channel, controller, value) Make a controller message
noteon (channel, note, velocity) Make a note on message
noteoff (channel, note) Make a regular note off message
noteoff (channel, note, velocity) Make a note off message with velocity

Need to do all messages that are 4 bytes or smaller.