@danngreen this appears to be a more general problem w/ modules not using the defaults they should do (i.e. what you will get in vcv)
I do not know if this is specific to each module or if its the meta module, generally, not using the modules defaults.
this is turning into quite a big problem for me when patching directly on the MM, as often the ‘defaults’ being used are not sensible…
e.g. in a recent patch, I found the rebel tech sequencer, was defaulting switches incorrectly… and I was stumped for 10 minutes, because my patch was doing nothing at all…
I was then even more confused, when I re-created on vcv and it worked fine first time.
so the issue here is, when patching on the module.
you really have to go and check every parameter of the module before you can use it…
again, not sure if its an issue with particular modules/parameters or a meta module issue…
that said, Im a bit confused…
as I know when writing my own vcv modules, I use configParam and explicitly set a default - which I expect to be used. so Id assume other modules do similarly!?