Plugin processing no sound...
-
So I have several customers complaining the plugin loads (Cubase and Bitwig) but produces no sound. No needle moving, just turning parameters and nothing happens...
Any clue where I should start?
It's all network based (successfully compiled and loaded in hardcoded FXs) and using a tiny Faust node and some basic SNEX as well...
Should I necessarily replace my working SNEX nodes with C++ nodes for the real guys?
-
@ustk Does the plugin respond to any CCs or could be accidentality bypassed?
-
@d-healey Might be... I reckon there's a way to test CCs in Hise, I am right?
-
@ustk Well you don't even need to do that. Just ask yourself if you've setup anything in your project to respond to CCs that could cause this issue.
-
@d-healey well no I didn't, but I was thinking about
isPluginParameter
potentially causing troubles at init since the bypass button is an external parameter and meta as well... -
@ustk That could be it. Try disabling it
-
@ustk said in Plugin processing no sound...:
isPluginParameter
There's definitely something going on with this. It's affecting automation in the latest version, so I can only imagine it's causing other issues as well. Hopefully I can investigate tonight
-
@Dan-Korneff Yeah I agree, and it's probably related to the hard LogicPro validation crash I also have for another customer.
@Christoph-Hart Are you able to follow the
isPluginParameter
case these days?