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

Artemio artemio at kdemail.net
Mon Jul 11 10:23:27 EDT 2005


> You need
>
> 	MyPlugin *mp = calloc(sizeof(MyPlugin), 1);
>
> 	mp->sampleRate = sampleRate;
>
> 	return mp;
Steve, thanks sooo much, this works ;-)


A.


More information about the linux-audio-dev mailing list