ASPiK SDK
Loading...
Searching...
No Matches
Interfaces

Classes

class  IAudioSignalProcessor
 Use 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. More...
 
class  IAudioSignalGenerator
 Use 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. More...
 
class  IComponentAdaptor
 Use this interface for objects in the WDF Ladder Filter library; see book for more information. More...
 
class  ICustomView
 Custom View interface to allow plugin core to create safe communication channels with GUI custom view objects. MANY uses! More...
 
class  IGUIWindowFrame
 Custom interface to allow resizing of GUI window; this is mainly used for the GUI designer. More...
 
class  IGUIView
 Custom interface to allow resizing of GUI window; this is mainly used for the GUI designer. More...
 
class  IGUIPluginConnector
 Custom interface so that GUI can pass information to plugin shell in a thread-safe manner. More...
 
class  IPluginHostConnector
 Custom interface to send the plugin shell a message from plugin core. More...
 
class  IMidiEventQueue
 Double buffered queue for MIDI messages. More...
 
class  IParameterUpdateQueue
 Interface for VST3 parameter value update queue (sample accurate automation) More...
 

Detailed Description

Interfaces are used in the FX Objects as a common way of programming.