Newbie Question Regarding plugmultiparam
Hey everyone, I've been making pluggo patches for a little while now but
below is the first one that i've tried to use a multi-slider in and I'm
having some problems. when recalling stored presets from plugconfig the
results of multi-slider are different (and incorrect) than the exact same
presets from the preset object. I think it has something to do with the
plugmultiparam object but I just dont know what. I've included the patch
below. Any help would be appreciated.
Thanks
Nic
Max Patch
Copy patch and select New From Clipboard in Max.
you are using the same parameter numbers twice.... plugmultiparam 1 4 --- uses parameters 1, 2, 3 & 4, so the next free parameter is 5.....
ahhh yes. thank you