Audio Plug-In Development with JUCE
Saturday, 11 May 2013
Building Our Gain Plug-In
›
Building the plug-in is done in exactly the same way we built the JUCE demo plug-in . Go to the 'Config' tab in The Introjucer. It...
10 comments:
Plug-In Editors
›
A plug-in editor is the plug-in's custom GUI. It is the interface through which we edit the plug-ins parameters. As mentioned previous...
1 comment:
The Audio Processing
›
Now it is time for us to write the actual processing in our plug-in. All we want to do is take the value stored in our 'gain' vari...
4 comments:
The setParameter Function
›
Look through 'PluginProcessor.ccp' until you find a bit that looks like this: void GainPluginAudioProcessor::setParameter (int ind...
Getting Parameter Values from the Plug-In
›
The host has two way in which it can ask for the value of a given parameter. The 'getParameter' and 'getParameterText' funct...
›
Home
View web version