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

Artemio artemio at kdemail.net
Mon Jul 11 14:23:27 UTC 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