ASPiK SDK
|
definitions of log, anti-log and volt-octave custom parameter tapers More...
#include "public.sdk/source/vst/vstparameters.h"
#include "pluginterfaces/base/ibstream.h"
#include "pluginterfaces/vst/ivstparameterchanges.h"
#include "public.sdk/source/vst/vstaudioeffect.h"
#include "pluginterfaces/base/ustring.h"
#include "guiconstants.h"
#include "math.h"
Go to the source code of this file.
Classes | |
class | Steinberg::Vst::ASPiK::PeakParameter |
The PeakParameter object encapsulates a uni-polar parameter such as a metering variable. More... | |
class | Steinberg::Vst::ASPiK::LogParameter |
The LogParameter object encapsulates a log parameter. Note that the standard log potentiometer in electronics is actually anti-log! More... | |
class | Steinberg::Vst::ASPiK::AntiLogParameter |
The AntiLogParameter object encapsulates an anti-log parameter. Note that the standard log potentiometer in electronics is actually anti-log! More... | |
class | Steinberg::Vst::ASPiK::VoltOctaveParameter |
The VoltOctaveParameter object encapsulates a Volt-per-Octave parameter for emulating analog synthesizer controls. Also provide a smooth linear-in-octave control for any Frequency type of continuous control. More... | |
definitions of log, anti-log and volt-octave custom parameter tapers
- included in ASPiK(TM) VST Plugin Shell - Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle - see the book for detailed explanations of functions and a VST Programming Guide - http://www.aspikplugins.com - http://www.willpirkle.com