You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in the discord, it would be handy to have a program midi command to simplify switching programs / banks.
The process of switching a program involves:
midi.mjs could implement a command named program that would work like this:
midicmd("program:<msb>:<lsb>")
so midicmd("program:0:0") would send msb 0 lsb 0 and then a program change. the lsb part could also be optional and default to 0.
i guess that would work then with any vst / hardware that supports program change
Thanks Jerome for kicking this off
The text was updated successfully, but these errors were encountered:
As discussed in the discord, it would be handy to have a
program
midi command to simplify switching programs / banks.The process of switching a program involves:
more context here
midi.mjs
could implement a command namedprogram
that would work like this:so
midicmd("program:0:0")
would send msb 0 lsb 0 and then a program change. the lsb part could also be optional and default to 0.i guess that would work then with any vst / hardware that supports program change
Thanks Jerome for kicking this off
The text was updated successfully, but these errors were encountered: