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

midi program change commands in readme not actually implemented? #56

Open
robinrosenberger opened this issue Jun 19, 2022 · 2 comments
Open

Comments

@robinrosenberger
Copy link

While trying to issue either of those commands:
set_midi_program_change_pedalboard_snapshot_channel set_midi_program_change_pedalboard_bank_channel
mentioned in the readme I get a "not found" response. grepping for them didn't find any references in the sources as well. Am I missing something or are they not there?

@falkTX
Copy link
Member

falkTX commented Jun 19, 2022

README is outdated, there is a different command for monitoring such midi messages, see https://github.com/moddevices/mod-host/blob/master/src/mod-host.h#L72
First arg is midi channel (starting from 0), 2nd arg is on/off boolean.

@robinrosenberger
Copy link
Author

Thanks for the clarification, monitor_midi_program 0 1 returns resp 0, as expected. I connected the correct midi input to mod-host's midi_in via carla, but nothing seems to be switched. I double checked via receivemidi, the channel is correct and the program change message is received. Do I need to do anything else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants