VST Plugin // Copying insert to another insert

DSP related issues, mathematics, processing and techniques
Post Reply
joeyismusic
Posts: 1
Joined: Wed Dec 04, 2013 11:09 pm

VST Plugin // Copying insert to another insert

Post by joeyismusic »

I noticed that even if parameters are automatable that when you copy an insert into another insert slot, all the settings for all parameters in the plugin resort back to default (like at plugin initialization). Any ideas on how to make this work more like waves plugins... which preserves the exact same settings for the copied instance.

Edit: I also noticed that my plugin's settings revert back to default when re-opening a mix.

Edit 2: I've discovered that having your controls (if you're using knob primitives for example) set to both "Auto" and "Preset" allows them to function like you would expect.
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: VST Plugin // Copying insert to another insert

Post by Wishx »

put a preset manager in, usually thats whats missing that resets the parameters
Post Reply