-
Notifications
You must be signed in to change notification settings - Fork 8
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 on Windows with Program Change does nothing on Pedalboards or Snapshots #14
Comments
Just to confirm that in Linux I'm able to switch at least the snapshots.
When I send Program Change on channel 1 nothing is logged. |
What is the result here with the latest GH action builds? MIDI was broken on windows, but that was fixed. with the latest build we should have even screenshots working now. NOTE: on macos and windows the MIDI devices are only scanned on start, there is no hotplug support for MIDI (exception is Linux builds) |
please try with 0.0.3 release https://github.com/moddevices/mod-app/releases/tag/0.0.3 |
Testing commit f652eef on Windows 11.
I've tried to change the snapshot channel in the gui, just to see if it was correctly evaluated and it is, if you configure the wrong channel the snapshots won't switch. and I have the same message I got for the pedalboards on channel 1, only messages starting with:
Like something arrives on but it's not evaluated (my guess sorry I didn't dig into the code yet)
|
there was an issue where opening the web gui and closing it invalidated the MIDI program setup, corrected in 0.0.5 |
What's the potential fix? Does that mean that now the pedalboards switching should work? |
loading the webgui and closing would turn off midi program listening, it was only enabled momentarily. |
Hey @falkTX any news on the Pedalboard switching via MIDI? I'm only able to switch the snapshots using MIDI Channel 2 at the moment. |
I thought that was working already with the last few releases, which one did you test with? |
I believe it was 0.0.11, I'll test again the 0.0.12 but since I didn't see any changes in the commits regarding that, I was assuming that part didn't change. I'll let you know tomorrow, I'll test both windows and Linux releases, just in case. |
Hi @falkTX, I've tested both Windows and Linux with 0.0.12.
And the snapshots changes correctly. I know that the program change sent by my MIDI controller works fine, cause I'm using them in my modified Mod UI. It's a bit rudimental, I'm not a programmer, and the pedalboard name does not get refreshed when I switch from one to another. This cause some glitches when you want to save the pedalboard, you need to refresh the UI page first, otherwise bad things happen :) (I've also opened an issue regarding this in the mod-ui repo, regardin the load_bundle ) Could you please help on this? |
Hi,
I've downloaded the latest build from the github actions, as suggested to enable MIDI on Windows.
Apparently Program Change commands does nothing.
I've tried to switch channels also, but without luck.
I?m not able to switch Pedalboards or Snapshots.
I send these commands on channel 1 and 2: PC 0, PC 1, PC 2, PC 3
The mod host and jackd verbose log show this for Channel 1:
Instead for channel 2 it shows this:
Is seems it reacts like in Linux, MIDI Channel 2 is in reality Channel 1 for ModHost
Let me know how can I help.
Cheers.
The text was updated successfully, but these errors were encountered: