ASPiK SDK
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAAX_CEffectGUI
 CAAX_CEffectParameters
 CAAX_CVSTGUIButtonState
 CAAX_ITaperDelegate
 CAAXAlgorithmProcessing structure; this is described in detail in Designing Audio Effects in C++ 2nd Ed. by Will Pirkle and is part of the monolithic parameters AAX programming paradigm; this is very well documented in the AAX SDK documentation
 CAAXPluginParameters::SParamValListSee AAX_CMonolithicParameters in SDK; this is part of the strict parameter synchronization in monolithic AAX plugins
 CAnalogFIRFilterParametersCustom parameter structure for the AnalogFIRFilter object. This is a somewhat silly object that implaments an analog magnitude response as a FIR filter. NOT DESIGNED to replace virtual analog; rather it is intended to show the frequency sampling method in an easy (and fun) way
 CAnalogMagDataCustom parameter structure calculating analog magnitude response arrays with calculateAnalogMagArray( )
 CAPISpecificInfoIdentifiers, GUIDs and other strings and number id values, API specific
 CattributeValueAttribute value smashed down into a union
 C<AUCocoaUIBase>
 CAudioDelayParametersCustom parameter structure for the AudioDelay object
 CAudioDetectorParametersCustom parameter structure for the AudioDetector object. NOTE: this object uses constant defintions:
 CAudioFilterParametersCustom parameter structure for the AudioFilter object
 CAudioProcDescriptorInformation package about the current DAW session. Sample rate and bit-depth of audio
 Causdk::AUMIDIEffectBase
 Causdk::MusicDeviceBase
 CAuxParameterAttributeInformation about auxilliary parameter details - purely customizeable. This uses the attributeValue union to set the attribute in multiple fashions without resorting to declaring multiple datatypes
 CBinDataCustom structure that holds information about each FFT bin. This includes all information needed to perform pitch shifting and time stretching with phase locking (optional) and peak tracking (optional)
 CBiquadParametersCustom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation
 CBitCrusherParametersCustom parameter structure for the BitCrusher object
 CBrickwallMagDataCustom structure that holds magnitude information about a brickwall filter
 CCAnimKnob
 CCBaseObject
 CCControl
 CChannelIOConfigStructure of a pair of channel format enumerators that set an input/output channel I/O capability
 CCHorizontalSlider
 CCircularBuffer< T >The CircularBuffer object implements a simple circular buffer. It uses a wrap mask to wrap the read or write index quickly
 CCircularBuffer< double >
 CCKickButton
 CClassATubePreParametersCustom parameter structure for the ClassATubePre object
 CCombFilterParametersCustom parameter structure for the CombFilter object. Used for reverb algorithms in book
 CComplexNumberStructure to hold a complex value
 CCOptionMenu
 CCPluginView
 CCreateGUIInfoStructure that is used during GUI creation to safely pass information about the GUI size and interfaces
 CCTextButton
 CCTextLabel
 CCVerticalSlider
 CCVuMeter
 CCXYPad
 CDecimatorThe Decimator object implements a sample rate decimator. Ana array of M input samples is decimated to one output sample
 CDecimatorInputCustom input structure for DecimatorInput; it holds an arry of input samples that will be decimated down to just one sample
 CDelayAPFParametersCustom parameter structure for the DelayAPF object. Used for reverb algorithms in book
 CDynamicsProcessorParametersCustom parameter structure for the DynamicsProcessor object. Ths struct includes all information needed from GUI controls
 CEnvelopeFollowerParametersCustom parameter structure for the EnvelopeFollower object
 CFastConvolverThe FastConvolver provides a fast convolver - the user supplies the filter IR and the object snapshots the FFT of that filter IR. Input audio is fast-convovled with the filter FFT using complex multiplication and zero-padding
 CFastFFTThe FastFFT provides a simple wrapper for the FFTW FFT operation - it is ultra-thin and simple to use
 Cfftw_iodim64_do_not_use_me
 Cfftw_iodim_do_not_use_me
 CFilterBankOutputCustom output structure for filter bank objects that split the inptu into multiple frequency channels (bands)
 CFObject
 CGUIParameterInformation that defines a single GUI parameter's possible values and ID
 CGUIUpdateDataInformation about a GUI update message; this is for sending GUI control information from the plugin core. It is not the optimal way to intelligently link or combine controls - use a sub-controller for that. This can be abused too, and create dangerous code. Make sure to see the example code before using this
 CHostInfoInformation from the host that is updated on each buffer process cycle; includes BPM, time signature, SMPTE and other data. The values in the stock structure are consistent across most APIs, however others may be added (commnted out here)
 CHostMessageInfo
 CIAudioSignalGeneratorUse this interface for objects that render an output without an input, such as oscillators. May also be used for envelope generators whose input is a note-on or other switchable event
 CIAudioSignalProcessorUse this interface for objects that process audio input samples to produce audio output samples. A derived class must implement the three abstract methods. The others are optional
 CICommandMenuItemTarget
 CIComponentAdaptorUse this interface for objects in the WDF Ladder Filter library; see book for more information
 CIController
 CICustomViewCustom View interface to allow plugin core to create safe communication channels with GUI custom view objects. MANY uses!
 CIGUIPluginConnectorCustom interface so that GUI can pass information to plugin shell in a thread-safe manner
 CIGUIViewCustom interface to allow resizing of GUI window; this is mainly used for the GUI designer
 CIGUIWindowFrameCustom interface to allow resizing of GUI window; this is mainly used for the GUI designer
 CIMidiEventQueueDouble buffered queue for MIDI messages
 CIMidiMapping
 CInterpolatorThe Interpolator object implements a sample rate interpolator. One input sample yields N output samples
 CInterpolatorOutputCustom output structure for interpolator; it holds an arry of interpolated output samples
 CIParameterUpdateQueueInterface for VST3 parameter value update queue (sample accurate automation)
 CIPluginHostConnectorCustom interface to send the plugin shell a message from plugin core
 CIViewAddedRemovedObserver
 CJSControlInformation package a joystick or trackpad GUI interaction
 CLinearBuffer< T >The LinearBuffer object implements a linear buffer of type T. It allows easy wrapping of a smart pointer object
 CLinearBuffer< double >
 CLRFilterBankParametersCustom parameter structure for the LRFilterBank object which splits the input signal into multiple bands. The stock obejct splits into low and high frequency bands so this structure only requires one split point - add more split frequencies to support more bands
 CMessageInfoInformation that includes the message code as well as the message data
 CmidiEventInformation about a MIDI event
 CModulatedDelayParametersCustom parameter structure for the ModulatedDelay object
 Cmoodycamel::BlockingReaderWriterQueue< T, MAX_BLOCK_SIZE >
 Cmoodycamel::ReaderWriterQueue< T, MAX_BLOCK_SIZE >
 Cmoodycamel::spsc_sema::LightweightSemaphore
 Cmoodycamel::weak_atomic< T >
 CNestedDelayAPFParametersCustom parameter structure for the NestedDelayAPF object. Used for reverb algorithms in book
 CNSObject
 CNSView
 COldMouseObserverAdapter
 COscillatorParametersCustom parameter structure for the LFO and DFOscillator objects
 CParameter
 CParameterUpdateInfoInformation about a paraemeter being updated. Used when bound variables are updated. Multiple advanced uses
 CParamSmoother< T >The ParamSmoother object performs parameter smoothing on GUI control information. You can choose linear or exponential smoothing
 CParamSmoother< double >
 CPhaseShifterParametersCustom parameter structure for the PhaseShifter object
 CPhaseVocoderThe PhaseVocoder provides a basic phase vocoder that is initialized to N = 4096 and 75% overlap; the de-facto standard for PSM algorithms. The analysis and sythesis hop sizes are identical
 CPluginBaseThe PluginBase object is the base class for the Plugin Core object
 CpluginCustomDataStructure of data that is passed to GUI object once at creation time
 CPluginDescriptorInformation package about the plugin itself, consisting mainly of simple strings and ID values
 CPluginInfoStructure that is used during the base class initilize( ) funciton call, after object instantiation is complete. This structure contains the path to the DLL itself which can be used to open/save files including pre-installed WAV files for sample based synths
 CPluginParameterThe PluginParameter object stores all of the data needed for any type of plugin parameter. It is a large object, but it is not complex as it really just stores LOTS of information about plugin parameters
 CpluginPrivateDataBack-pointer to the parameters; this is described in detail in Designing Audio Effects in C++ 2nd Ed. by Will Pirkle and is part of the monolithic parameters AAX programming paradigm; this is very well documented in the AAX SDK documentation
 CPresetInfo
 CPresetParameterInformation that defines a preset value as a control_ID::value data pair
 CProcessBlockInfoStructure for setting up block processing
 CProcessBufferInfoInformation package that arrives with each new audio buffer process cycle. Contains everything needed for one buffer's worth of data
 CProcessFrameInfoInformation package that arrives with each new audio frame; called internally from the buffer process function
 CPSMVocoderParametersCustom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation
 Cmoodycamel::ReaderWriterQueue< double, DATA_QUEUE_LEN >
 Cmoodycamel::ReaderWriterQueue< T, 512 >
 Cmoodycamel::ReaderWriterQueue< VSTGUI::CustomViewMessage, 32 >
 CResetInfoSample rate and bit-depth information that is passed during the reset( ) function
 CReverbTankParametersCustom parameter structure for the ReverbTank object
 CSignalGenDataThis is the output structure for audio generator objects that can render up to four outputs
 CSimpleDelayParametersCustom parameter structure for the SimpleDelay object. Used for reverb algorithms in book
 CSimpleLPFParametersCustom parameter structure for the SimpleLPFP object. Used for reverb algorithms in book
 CSingleComponentEffect
 CTransitionBandDataCustom structure that holds transition band information for FIR filter calculations
 CTriodeClassAParametersCustom parameter structure for the TriodeClassA object
 CTwoBandShelvingFilterParametersCustom parameter structure for the TwoBandShelvingFilter object. Used for reverb algorithms in book
 CVectorJoystickDataIncoming data from a vector joystick
 CVSTGUI::CMeterDetectorThe CMeterDetector object provides a dedicated detector for VU meter objects
 CVSTGUI::ControlUpdateReceiverThe ControlUpdateReceiver object is the connection mechanism between PluginParameter objects and their connected GUI control objects. It was originally designed almost identically to the example code in the VSTGUI4 SDK for the VST3 version. However, once the AU, AAX, VST3 and RAFX2 APIs were consolidated, this object changed significantly. If you are interested in creating your own version, check out the VST3 files that are included with the vstgui SDK
 CVSTGUI::CustomViewMessageCustom structure for passing messages and data to and from the plugin core object. See the Custom View tutorial project for more informaiton
 CVSTGUI::RAFX2CustomViewMessageCustom structure for dynamic option menus in RackAFX only - NOTE: unused in ASPiK and not needed.
 CVSTGUI::TextDisplayViewMessageCustom structure for dynamic option menus.
 CVSTGUIEditorInterface
 CWdfComponentInfoCustom structure to hold component information
 CWDFParametersCustom parameter structure for the WDF filter examples
 Cmoodycamel::weak_atomic< Block * >
 Cmoodycamel::weak_atomic< size_t >
 Cmoodycamel::weak_atomic< ssize_t >
 CZVAFilterParametersCustom parameter structure for the ZVAFilter object