Re: [linux-audio-dev] LADSPA: getting sample rate

From: Artemio <artemio@email-addr-hidden>
Date: Mon Jul 11 2005 - 15:43:50 EEST

> 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 :-/
Received on Mon Jul 11 16:15:09 2005

This archive was generated by hypermail 2.1.8 : Mon Jul 11 2005 - 16:15:10 EEST