Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

program change midi command #1175

Open
Tracked by #192
felixroos opened this issue Sep 3, 2024 · 0 comments
Open
Tracked by #192

program change midi command #1175

felixroos opened this issue Sep 3, 2024 · 0 comments
Labels
feature completely new feature

Comments

@felixroos
Copy link
Collaborator

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:

  • sending cc 0 for msb
  • sending cc 32 for lsb (optional)
  • sending program change midi command

more context here

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

@felixroos felixroos added the feature completely new feature label Sep 3, 2024
@felixroos felixroos mentioned this issue Sep 3, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature completely new feature
Projects
None yet
Development

No branches or pull requests

1 participant