MUX issue: mouse wheel doesn't increase values in Reaper
- KVRAF
- 9096 posts since 5 Feb, 2004
In 64 bit Reaper in Windows, using the mouse scroll works to decrease a knob value, but not increase it. Thanks!
If you have requests for Korg VST features or changes, they are listening at https://support.korguser.net/hc/en-us/requests/new
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
I checked this using Reaper 4.22 64 bit with MUX Vst 1.0.38 64 bit and mousewheel works fine here. I also checked the code, and don't see anything wrong. Any more details? Anyone else who can repeat this?
- KVRAF
- Topic Starter
- 9096 posts since 5 Feb, 2004
Checking again it does look fine for the most part, it looks like it is an issue with piz midiScaleChanger, it actually does change the value but the reasponse in both directions is not good, ie. it takes a lot o movement to get any change, but especially so when increasing the value. The same plugin in Reaper without MUX it behaves normally, ie. each 'click' value increase in the mousewheel increases/decreases it by one step either direction.
If you have requests for Korg VST features or changes, they are listening at https://support.korguser.net/hc/en-us/requests/new
-
- KVRAF
- 2938 posts since 18 Jul, 2005
Hmm.. Piz' plugins are all in JUCE. Maybe more Mutools/JUCE snags?braj wrote:Checking again it does look fine for the most part, it looks like it is an issue with piz midiScaleChanger, it actually does change the value but the reasponse in both directions is not good, ie. it takes a lot o movement to get any change, but especially so when increasing the value. The same plugin in Reaper without MUX it behaves normally, ie. each 'click' value increase in the mousewheel increases/decreases it by one step either direction.
- KVRAF
- 13863 posts since 24 Jun, 2008 from Europe
I also suspect that these problems (also the popup menu problem) are Juce related.
As the relevant plugin developers seem to ignore my gentle request to have a look into this together, i took a quick look at Juce myself i.e. i built a simple test vst plugin with sliders and a popup menu, both 32 bit and 64 bit versions.
Based on this little research i'm even more convinced that the mentioned problems are Juce related. Although i couldn't repeat the mouse wheel problem, nor on Win32 nor on Win64. But maybe that's because i used Juce 2.0, maybe the mentioned plugs used a previous juce version which had such prob? I don't know and it's too far out of my code scope to further check this out.
I can only repeat my request to the relevant plugin developers to check this out and eventually post a question about this on the Juce dev forum.
As the relevant plugin developers seem to ignore my gentle request to have a look into this together, i took a quick look at Juce myself i.e. i built a simple test vst plugin with sliders and a popup menu, both 32 bit and 64 bit versions.
Based on this little research i'm even more convinced that the mentioned problems are Juce related. Although i couldn't repeat the mouse wheel problem, nor on Win32 nor on Win64. But maybe that's because i used Juce 2.0, maybe the mentioned plugs used a previous juce version which had such prob? I don't know and it's too far out of my code scope to further check this out.
I can only repeat my request to the relevant plugin developers to check this out and eventually post a question about this on the Juce dev forum.
