VASTDynamics / Vaporizer2

Vaporizer2 hybrid wavetable additive / subtractive VST / AU / AAX synthesizer / sampler workstation plugin
https://www.vast-dynamics.com/?q=products
GNU General Public License v3.0
425 stars 24 forks source link

all UI controls are right handed, even when left handed mouse in enabled #57

Open markusschloesser opened 9 months ago

markusschloesser commented 9 months ago

Windows 10, VST3 64bit, Ableton Live 11.3.x. Vaporizer v3.4.2

I am a lefty and have my mouse buttons switched/reversed accordingly. Unfortunately Vaporizer2 doesn't respect that setting and nearly all UI elements cannot be used with the "wrong" mouse button.

UI controls affected:

  1. the wavetable windows/partials
  2. knobs
  3. buttons
  4. the drop down menus on the left (e.g. MSEG) and in Filter on the right are weird, I can only open them with the correct click (the right), but then they show the content AND the context menu

Not affected (works correctly):

  1. preset selection and arrows in preset selection
  2. minimize and maximize area button
  3. PB wheel works with both buttons
  4. the vertical select (WT editor, Filter etc)
  5. the drop down menus on the right (in WT editor)
VASTDynamics commented 9 months ago

Interesting. I will look into that.

VASTDynamics commented 9 months ago

Needs a fix in JUCE: https://forum.juce.com/t/using-right-click-as-primary-mouse-button-doesnt-work-on-windows/25368/5

markusschloesser commented 9 months ago

thanks for looking into this! Is this because of JUCE 4? I have a couple of other juce based plugins which do not show this behavior for example (https://github.com/RitaAndAurora/kijimi-babu-frik ) , this is only the second plugin that I have ever used, that has that problem. I've tried identifying the source code how Babfrik handles it, but couldn't (not good at that)