grimmdude / MidiWriterJS

♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON.
MIT License
547 stars 58 forks source link

Add channel & delta params to controllerChange Track method #119

Closed jkdufair closed 9 months ago

jkdufair commented 10 months ago

Hoping you'll consider this PR. Makes the controllerChange Track method a bit more ergonomic. I'm writing a utility to control several devices in a live performance and it's all cc and program change messages.

Thank you, Jason Dufair