isPluginParameter problem in Nuendo
-
Hey everyone, I've just released my plugin, it's gone great but a Nuendo 14 user came back that the buttons didn't work, but it will work in other vst3 hosts & a wrapper inside Nuendo.
Sure enough, the buttons I have in the instrument that have used 'isPluginParameter' don't work in Nuendo (this seems to be just MacOS & not Cubase or Cubase/Nuendo on Windows) - so my question is:
- is this something anyone's come across?
- If I disable isPluginParameter they work fine and it seems to fix the issue... BUT I'd kind of like the plugin parameters to show up in the automation so I'd quite like them there...
- the buttons are made with LAF if that makes any difference?
Again, totally fine and working in all the other Daws and this doesn't affect sliders
It was built with HISE 4.1.0Thanks!
-
-
@d-healey like there's just an image of the button and they're not accessible
-
@majetone Make a minimal test project with just a single button on the UI and nothing else. See if it has the same issue.
-
@d-healey Yeah same issue, I tried it isolated and without my laf stuff - you can see in the video on the left the button with 'isPluginParameter' selected, doesn't trigger the 'Quick Links' in Nuendo and the button doesn't work- whereas it functions on the right (without 'isPluginParameter') I've got a work around of having the button access a hidden button and vice versa so it'll appear in the automation and function in the instrument.
Definitely up for hearing any more elegant solutions.
-
What commit are you using? Does this one fix your issue, or is this a separate thing?
https://github.com/christophhart/HISE/commit/03c420c1d12f7a4457a8b497a6b78bc49d250e85 -
@Dan-Korneff Hey Dan, yep that seems to have done it! Thanks :)