ccrma / chuck

ChucK Music Programming Language
http://chuck.stanford.edu/
GNU General Public License v2.0
799 stars 127 forks source link

added channel voice message to MidiOut #451

Closed cviejo closed 1 month ago

cviejo commented 1 month ago

Expose channel voice messages on MidiOut for convenience.

Midi channel is not one-based, that's probably how it's expected from the user's perspective, happy to change though.

The two-byte MidiOut::send version was modified to fix a faulty behaviour on macOS. This could be a breaking change, but it's improbable and from what i could tell, this function was unused anyway, so it should be fine.

Will open another PR on chuck-website updating the docs after review changes and merge :)

gewang commented 1 month ago

thank you so much!