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.
All there is right now:
Need to do all messages that are 4 bytes or smaller.