INTERACT FORUM

Windows => Plug-in Development => Topic started by: evdberg on December 10, 2005, 02:28:17 pm

Title: Changing samplerate in DSP plugin?
Post by: evdberg on December 10, 2005, 02:28:17 pm
I want to make an upsampling DSP plugin. One of the default effects of the MJ_DSP plugin is also capable of changing samplerate (and bitdepth etc.), so it is obviously possible. However, when I look at the header file in the SDK, there is only a function that communicates the inputformat (SetAudioFormat).

So my question is: How do you communicate the new output format?
Thanks in advance for any help!

Erwin