▼ PluginObjects | |
filters.h | Hard-coded arrays of FIR filter coefficients for the sample rate conversion objects (Interpolator and Decimator) |
fxobjects.cpp | Collection of 54 objects and support structures, functions and enuemrations for all projects documented in: |
fxobjects.h | Collection of 54 objects and support structures, functions and enuemrations for all projects documented in: |
▼ PluginTemplate | |
▼ project_source | |
▼ source | |
▼ aax_source | |
AAXPluginDescribe.cpp | Static description file for the monolithic plugin paradigm; note that these functions are not part of any object |
AAXPluginDescribe.h | Static description file for the monolithic plugin paradigm; this code is based heavily on the monolithic plugin example code in the SDK |
AAXPluginGUI.cpp | Implmentation file for the AAXPluginGUI object which creates and destroys the ASPiK GUI object as well as pumps synchronized parameter change information as part of the monolithic parameter update loop |
AAXPluginGUI.h | Interface file for the AAXPluginGUI object which creates and destroys the ASPiK GUI object as well as pumps synchronized parameter change information as part of the monolithic parameter update loop |
AAXPluginParameters.cpp | Implementation file for the AAXPluginParameters object; this code is based heavily off of the monolithic plugin example in the AAX SDK but custom fit to include the ASPiK kernel objects in a tight synchronization |
AAXPluginParameters.h | Interface file for the AAXPluginParameters object; this code is based heavily off of the monolithic plugin example in the AAX SDK but custom fit to include the ASPiK kernel objects in a tight synchronization |
AAXtoVSTGUIButtonState.h | Provided by AVID in the VSTGUI example in SDK |
AntiLogTaperDelegate.h | Interface and implementation of an anti-log taper object for AAX plugins |
channelformats.h | Currently unused |
LogTaperDelegate.h | Interface and implementation of a log taper object for AAX plugins |
VoltOctaveTaperDelegate.h | Interface and implementation of a volt/octave taper object for AAX plugins |
▼ au_source | |
▼ cocoa_ui | |
aucocoaviewfactory.mm | Frame code for the cocoa view used in AU plugins with the ASPiK plugin framework |
._aufxplugin.h | |
._ausynthplugin.h | |
aufxplugin.cpp | Implementation file for the AUFXPlugin which is the ASPiK AU Shell object |
aufxplugin.h | Interface file for the AUFXPlugin which is the ASPiK AU Shell object |
ausynthplugin.h | Interface file for the AUSynthPlugin which is the ASPiK AU Shell object |
▼ CustomControls | |
._customcontrols.h | |
atomicops.h | |
customcontrols.cpp | Implemenation file for ASPiK custom control objects (knobs, buttons, meters, etc...) |
customcontrols.h | Interface file for ASPiK custom control objects (knobs, buttons, meters, etc...) |
customviews.cpp | Implementation file for example ASPiK custom view and custom sub-controller objects |
customviews.h | Interface file for example ASPiK custom view and custom sub-controller objects, includes waveform view, FFT spectrum view, a custom Knob control, and a custom sub-controller that links a set of knobs together |
readerwriterqueue.h | |
▼ FFTW | |
fftw3.h | |
▼ PluginKernel | |
._guiconstants.h | |
._plugingui.h | |
._pluginparameter.h | |
guiconstants.h | Globally utilized constants and enumerations |
pluginbase.cpp | Base class implementation file for ASPiK pluginbase object |
pluginbase.h | Base class interface file for ASPiK pluginbase object |
plugincore.cpp | Implementation file for PluginCore object |
plugincore.h | Base class interface file for ASPiK plugincore object |
plugindescription.h | |
plugingui.h | Interface file for ASPiK GUI object |
pluginparameter.cpp | Base class implementation file for ASPiK pluginparameter object |
pluginparameter.h | Base class interface file for ASPiK pluginparameter object |
pluginstructures.h | Globally utilized structures and enumerations |
▼ vst_source | |
._vst3plugin.h | |
channelformats.h | Steinberg VST speaker arrangements and conversion routine to identify as ASPiK Channel Format specifier |
customparameters.cpp | Implementations of log, anti-log and volt-octave custom parameter tapers |
customparameters.h | Definitions of log, anti-log and volt-octave custom parameter tapers |
factory.cpp | Class factory definition file; based on numerous examples in VST SDK |
vst3plugin.h | |