VST 3 Examples
VST 3.6.14
SDK for developing VST Plug-in
|
This is the complete list of members for JX10Processor, including all inherited members.
activateBus(MediaType type, BusDirection dir, int32 index, TBool state) SMTG_OVERRIDE | AudioEffect | virtual |
activevoices | JX10Processor | protected |
addAudioInput(const TChar *name, SpeakerArrangement arr, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive) | AudioEffect | |
addAudioOutput(const TChar *name, SpeakerArrangement arr, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive) | AudioEffect | |
addEventInput(const TChar *name, int32 channels=16, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive) | AudioEffect | |
addEventOutput(const TChar *name, int32 channels=16, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive) | AudioEffect | |
addRef()=0 | FUnknown | pure virtual |
allocateMessage() | AudioEffect | |
allocParameters(int32 numParams) | BaseProcessor | protectedvirtual |
att | JX10Processor | protected |
AudioEffect() | AudioEffect | |
audioInputs | AudioEffect | |
audioOutputs | AudioEffect | |
BaseProcessor() | BaseProcessor | protected |
bypassBuffer0 | BaseProcessor | protected |
bypassBuffer1 | BaseProcessor | protected |
bypassProcessing(ProcessData &data) | BaseProcessor | protectedvirtual |
bypassRamp | BaseProcessor | protected |
bypassState | BaseProcessor | protected |
canProcessSampleSize(int32 symbolicSampleSize) SMTG_OVERRIDE | AudioEffect | virtual |
cent | JX10Processor | protected |
checkSilence(ProcessData &data) | BaseProcessor | protectedvirtual |
Component() | AudioEffect | |
ComponentBase() | AudioEffect | |
connect(IConnectionPoint *other) SMTG_OVERRIDE | AudioEffect | virtual |
createInstance(void *) | JX10Processor | inlinestatic |
currentProgram | JX10Processor | protected |
dec | JX10Processor | protected |
detune | JX10Processor | protected |
disconnect(IConnectionPoint *other) SMTG_OVERRIDE | AudioEffect | virtual |
dlfo | JX10Processor | protected |
doProcessing(ProcessData &data) SMTG_OVERRIDE | JX10Processor | virtual |
EVENTBUFFER enum value | JX10Processor | protected |
eventInputs | AudioEffect | |
eventOutputs | AudioEffect | |
EVENTS_DONE enum value | JX10Processor | protected |
fatt | JX10Processor | protected |
fdec | JX10Processor | protected |
filtenv | JX10Processor | protected |
filtf | JX10Processor | protected |
filtlfo | JX10Processor | protected |
filtq | JX10Processor | protected |
filtvel | JX10Processor | protected |
filtwhl | JX10Processor | protected |
frel | JX10Processor | protected |
fsus | JX10Processor | protected |
fzip | JX10Processor | protected |
getAudioInput(int32 index) | AudioEffect | |
getAudioOutput(int32 index) | AudioEffect | |
getBusArrangement(BusDirection dir, int32 busIndex, SpeakerArrangement &arr) SMTG_OVERRIDE | AudioEffect | virtual |
getBusCount(MediaType type, BusDirection dir) SMTG_OVERRIDE | AudioEffect | virtual |
getBusInfo(MediaType type, BusDirection dir, int32 index, BusInfo &info) SMTG_OVERRIDE | AudioEffect | virtual |
getBusList(MediaType type, BusDirection dir) | AudioEffect | |
getControllerClassId(TUID classID) SMTG_OVERRIDE | AudioEffect | virtual |
getCurrentProgram() const SMTG_OVERRIDE | JX10Processor | inlinevirtual |
getEventInput(int32 index) | AudioEffect | |
getEventOutput(int32 index) | AudioEffect | |
getHostContext() const | AudioEffect | |
getLatencySamples() SMTG_OVERRIDE | AudioEffect | virtual |
getPeer() const | AudioEffect | |
getRoutingInfo(RoutingInfo &inInfo, RoutingInfo &outInfo) SMTG_OVERRIDE | AudioEffect | virtual |
getSampleRate() const | BaseProcessor | inlineprotected |
getState(IBStream *state) SMTG_OVERRIDE | BaseProcessor | protectedvirtual |
getTailSamples() SMTG_OVERRIDE | AudioEffect | virtual |
glide | JX10Processor | protected |
glidedisp | JX10Processor | protected |
hasProgram() const SMTG_OVERRIDE | JX10Processor | inlinevirtual |
Steinberg::iid | IPluginBase | static |
Steinberg::Vst::IConnectionPoint::iid | IConnectionPoint | static |
Steinberg::Vst::IComponent::iid | IComponent | static |
Steinberg::Vst::IAudioProcessor::iid | IAudioProcessor | static |
initialize(FUnknown *context) SMTG_OVERRIDE | JX10Processor | virtual |
ipbend | JX10Processor | protected |
isBypassed() const | BaseProcessor | inlineprotected |
JX10Processor() | JX10Processor | |
K | JX10Processor | protected |
KMAX enum value | JX10Processor | protected |
kNumPrograms enum value | JX10Processor | |
lastnote | JX10Processor | protected |
lfo | JX10Processor | protected |
lfoHz | JX10Processor | protected |
mode | JX10Processor | protected |
modwhl | JX10Processor | protected |
noise | JX10Processor | protected |
noisemix | JX10Processor | protected |
noteOn(int32 note, int32 velocity, int32 noteID) | JX10Processor | protected |
notes | JX10Processor | protected |
notify(IMessage *message) SMTG_OVERRIDE | AudioEffect | virtual |
numParams | BaseProcessor | protected |
NVOICES enum value | JX10Processor | protected |
oscmix | JX10Processor | protected |
params | BaseProcessor | protected |
pbend | JX10Processor | protected |
peerConnection | AudioEffect | |
press | JX10Processor | protected |
process(ProcessData &data) SMTG_OVERRIDE | BaseProcessor | protectedvirtual |
processEvents(IEventList *events) SMTG_OVERRIDE | JX10Processor | protectedvirtual |
processParameterChanges(IParameterChanges *changes) | BaseProcessor | protectedvirtual |
programParams | JX10Processor | static |
pwmdep | JX10Processor | protected |
queryInterface(const TUID _iid, void **obj)=0 | FUnknown | pure virtual |
recalculate() SMTG_OVERRIDE | JX10Processor | protectedvirtual |
receiveText(const char8 *text) | AudioEffect | virtual |
rel | JX10Processor | protected |
release()=0 | FUnknown | pure virtual |
removeAllBusses() | AudioEffect | |
removeAudioBusses() | AudioEffect | |
removeEventBusses() | AudioEffect | |
renameBus(MediaType type, BusDirection dir, int32 index, const String128 newName) | AudioEffect | |
rezwhl | JX10Processor | protected |
semi | JX10Processor | protected |
sendMessage(IMessage *message) | AudioEffect | |
sendTextMessage(const char8 *text) | AudioEffect | |
setActive(TBool state) SMTG_OVERRIDE | JX10Processor | virtual |
setBusArrangements(SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) SMTG_OVERRIDE | BaseProcessor | protectedvirtual |
setBypass(bool state, int32 sampleOffset) | BaseProcessor | protectedvirtual |
setControllerClass(const FUID &cid) | AudioEffect | |
setCurrentProgram(Steinberg::uint32 val) SMTG_OVERRIDE | JX10Processor | virtual |
setCurrentProgramNormalized(ParamValue val) SMTG_OVERRIDE | JX10Processor | virtual |
setIoMode(IoMode mode) SMTG_OVERRIDE | AudioEffect | virtual |
setParameter(ParamID index, ParamValue newValue, int32 sampleOffset) SMTG_OVERRIDE | JX10Processor | protectedvirtual |
setProcessing(TBool state) SMTG_OVERRIDE | AudioEffect | virtual |
setState(IBStream *state) SMTG_OVERRIDE | BaseProcessor | protectedvirtual |
setupProcessing(ProcessSetup &setup) SMTG_OVERRIDE | BaseProcessor | protectedvirtual |
sus | JX10Processor | protected |
SUSTAIN enum value | JX10Processor | protected |
sustain | JX10Processor | protected |
terminate() SMTG_OVERRIDE | JX10Processor | virtual |
tune | JX10Processor | protected |
uid | JX10Processor | static |
veloff | JX10Processor | protected |
velsens | JX10Processor | protected |
vibrato | JX10Processor | protected |
voice | JX10Processor | protected |
voltrim | JX10Processor | protected |
volume | JX10Processor | protected |
~BaseProcessor() | BaseProcessor | protected |
~ComponentBase() override | AudioEffect | |
~JX10Processor() | JX10Processor |