ASPiK SDK
Loading...
Searching...
No Matches
PluginCore Member List

This is the complete list of members for PluginCore, including all inherited members.

addPluginParameter(PluginParameter *piParam, double sampleRate=44100)PluginBase
addPreset(PresetInfo *preset)PluginBase
addSupportedAuxIOCombination(ChannelIOConfig ioConfig)PluginBase
addSupportedIOCombination(ChannelIOConfig ioConfig)PluginBase
apiSpecificInfoPluginBaseprotected
audioProcDescriptorPluginBaseprotected
auxInputFramePluginBaseprotected
auxOutputFramePluginBaseprotected
clearUpdateGUIParameters(std::vector< GUIParameter * > &guiParameters)PluginBase
compareSelectedString(int32_t controlID, const char *compareString)PluginBase
doParameterSmoothing()PluginBase
doVST3SAAUpdates()PluginBase
getAAXBundleID()PluginBaseinline
getAAXEffectID()PluginBaseinline
getAAXManufacturerID()PluginBaseinline
getAAXPluginCategory()PluginBaseinline
getAAXProductID()PluginBaseinline
getAUBundleID()PluginBaseinline
getAUBundleName()PluginBaseinline
getAUCocoaViewFactoryName()PluginCorestatic
getChannelInputFormat(uint32_t ioConfigIndex)PluginBaseinline
getChannelOutputFormat(uint32_t ioConfigIndex)PluginBaseinline
getDefaultChannelIOConfigForChannelCount(uint32_t channelCount)PluginBaseinline
getFourCharCode()PluginCorestatic
getInputChannelCount(uint32_t ioConfigIndex)PluginBase
getLatencyInSamples()PluginBaseinline
getNextParameterOfType(int32_t &startIndex, controlVariableType controlType)PluginBase
getNumSupportedIOCombinations()PluginBaseinline
getOutputChannelCount(uint32_t ioConfigIndex)PluginBase
getPIParamValueDouble(int32_t controlID)PluginBase
getPIParamValueFloat(int32_t controlID)PluginBase
getPIParamValueInt(int32_t controlID)PluginBase
getPIParamValueUInt(int32_t controlID)PluginBase
getPluginBundleName()PluginCorestatic
getPluginName()PluginCorestatic
getPluginParameterByControlID(int32_t controlID)PluginBaseinline
getPluginParameterByIndex(int32_t index)PluginBaseinline
getPluginParameterCount()PluginBaseinline
getPluginType()PluginCorestatic
getPreset(uint32_t index)PluginBase
getPresetCount()PluginBaseinline
getPresetName(uint32_t index)PluginBase
getProToolsGRValue()PluginBase
getSampleRate()PluginBaseinline
getShortPluginName()PluginCorestatic
getTailTimeInMSec()PluginBaseinline
getVendorEmail()PluginCorestatic
getVendorName()PluginCorestatic
getVendorURL()PluginCorestatic
getVST3_FUID()PluginBaseinline
getVST3BundleID()PluginBaseinline
getVST3SampleAccuracyGranularity()PluginBaseinline
getVSTFUID()PluginCorestatic
guiParameterChanged(int32_t controlID, double actualValue)PluginCorevirtual
hasCustomGUI()PluginBaseinline
hasProToolsGRMeters()PluginBase
hasSidechain()PluginBaseinline
hasSupportedInputChannelFormat(uint32_t channelFormat)PluginBase
hasSupportedOutputChannelFormat(uint32_t channelFormat)PluginBase
initialize(PluginInfo &_pluginInfo)PluginCorevirtual
initPluginDescriptors()PluginCore
initPluginParameterArray()PluginBase
initPluginParameters()PluginCore
initPluginPresets()PluginCore
initPresetParameters(std::vector< PresetParameter > &presetParameters, bool disableSmoothing=true)PluginBase
inputFramePluginBaseprotected
makePluginParameterVectorCopy(bool disableSmoothing=true)PluginBase
numOutboundPluginParametersPluginBaseprotected
numPluginParametersPluginBaseprotected
numSmoothingPluginParametersPluginBaseprotected
numVSTSAAPluginParametersPluginBaseprotected
outboundPluginParametersPluginBaseprotected
outputFramePluginBaseprotected
PluginBase()PluginBase
PluginCore()PluginCore
pluginDescriptorPluginBaseprotected
pluginHostConnectorPluginBaseprotected
pluginInfoPluginBaseprotected
pluginParameterArrayPluginBaseprotected
pluginParameterControlIDMap typedefPluginBaseprotected
pluginParameterMapPluginBaseprotected
pluginParametersPluginBaseprotected
postProcessAudioBuffers(ProcessBufferInfo &processInfo)PluginCorevirtual
postUpdatePluginParameter(int32_t controlID, double controlValue, ParameterUpdateInfo &paramInfo)PluginCorevirtual
preProcessAudioBlock(IMidiEventQueue *midiEventQueue=nullptr)PluginCorevirtual
preProcessAudioBuffers(ProcessBufferInfo &processInfo)PluginCorevirtual
presetsPluginBaseprotected
processAudioBlock(ProcessBlockInfo &processBlockInfo)PluginCorevirtual
processAudioBuffers(ProcessBufferInfo &processInfo)PluginBasevirtual
processAudioFrame(ProcessFrameInfo &processFrameInfo)PluginCorevirtual
processBlockInfo (defined in PluginBase)PluginBaseprotected
processMessage(MessageInfo &messageInfo)PluginCorevirtual
processMIDIEvent(midiEvent &event)PluginCorevirtual
removeAllPresets()PluginBase
removePreset(uint32_t index)PluginBase
renderFXPassThrough(ProcessBlockInfo &blockInfo)PluginCore
renderSynthSilence(ProcessBlockInfo &blockInfo)PluginCore
reset(ResetInfo &resetInfo)PluginCorevirtual
sendHostTextMessage(std::string messageString)PluginCoreinline
setParamAuxAttribute(uint32_t controlID, const AuxParameterAttribute &auxAttribute)PluginBase
setPIParamValue(uint32_t _controlID, double _controlValue)PluginBase
setPIParamValueNormalized(uint32_t _controlID, double _normalizedValue, bool applyTaper=true)PluginBase
setPluginHostConnector(IPluginHostConnector *_pluginHostConnector)PluginBaseinline
setPresetParameter(std::vector< PresetParameter > &presetParameters, uint32_t _controlID, double _controlValue)PluginBase
setVectorJoystickParameters(const VectorJoystickData &vectorJoysickData)PluginCorevirtual
smoothingPluginParametersPluginBaseprotected
syncInBoundVariables()PluginBase
updateOutBoundVariables()PluginBase
updatePIParamBoundValue(uint32_t _controlID)PluginBase
updatePluginParameter(int32_t controlID, double controlValue, ParameterUpdateInfo &paramInfo)PluginCorevirtual
updatePluginParameterNormalized(int32_t controlID, double normalizedValue, ParameterUpdateInfo &paramInfo)PluginCorevirtual
VSTSAAPluginParametersPluginBaseprotected
wantsInfiniteTailVST3()PluginBaseinline
wantsMIDI()PluginBaseinline
wantsVST3SampleAccurateAutomation()PluginBaseinline
~PluginBase()PluginBasevirtual
~PluginCore()PluginCoreinlinevirtual