zynthian / zynthian-issue-tracking

Centralized Issue Tracking for Zynthian Project
https://github.com/orgs/zynthian/projects/1
11 stars 3 forks source link

Mod Wheel and Expression pedal don't work as they did in 202109 release #825

Closed linuxnow closed 1 year ago

linuxnow commented 1 year ago

Describe the bug I use SCC Expressive Strings, exactly the same version now included in the latest release. In 202109 the Mod Wheel and the Expression pedal could control the volume when using SCC Expressive Strings. In 202211 they do nothing, although the MIDI CCs are received.

To Reproduce Steps to reproduce the behaviour: Try SCC Expressive Strings in 202109 release, you can control the volume using the Mod Wheel (CC 1) or the expression pedal (CC 11). Try the same in 202211. Nothing happens.

Expected behavior When using SCC Expressive Strings CC1, the Mod Wheel should control the volume of the notes; using CC111 you control the volume with the expression pedal.

Setup:

Additional context I've tested it with a fresh install just in case

linuxnow commented 1 year ago

Another difference between 202109 and latest version that could be related can be observed checking MIDI Log: -in 202109 CC messages are seen in the default ZynMidiRouter Main -in testing CC messages are not displayed in ZynMidiRouter Main, you have to select ZynMidiRouter Network-

I don't know if this helps.

jofemodo commented 1 year ago

It's solved in testing. I hope to merge on stable ASAP.

linuxnow commented 1 year ago

Fixed! Thank you!