> You have to initialise the value in MyPlugin when you > create that struct inside instantiate(). Thanks, Fons! I have: LADSPA_Handle instantiateMyPlugin(const LADSPA_Descriptor * Descriptor, unsigned long SampleRate) { return malloc(sizeof(MyPlugin)); } ... What to add here?... I am confused :-/