VST 3 Examples  VST 3.7
SDK for developing VST plug-in
JX10Processor Class Reference

#include <mdaJX10Processor.h>

+ Inheritance diagram for JX10Processor:

Classes

struct  VOICE
 

Public Types

enum  { kNumPrograms = 52 }
 
- Public Types inherited from IProcessContextRequirements
enum  Flags
 

Public Member Functions

 JX10Processor ()
 
 ~JX10Processor ()
 
int32 getVst2UniqueId () const SMTG_OVERRIDE
 
tresult initialize (FUnknown *context) SMTG_OVERRIDE
 
tresult terminate () SMTG_OVERRIDE
 
tresult setActive (TBool state) SMTG_OVERRIDE
 
void doProcessing (ProcessData &data) SMTG_OVERRIDE
 
bool hasProgram () const SMTG_OVERRIDE
 
Steinberg::uint32 getCurrentProgram () const SMTG_OVERRIDE
 
Steinberg::uint32 getNumPrograms () const SMTG_OVERRIDE
 
void setCurrentProgram (Steinberg::uint32 val) SMTG_OVERRIDE
 
void setCurrentProgramNormalized (ParamValue val) SMTG_OVERRIDE
 
- Public Member Functions inherited from AudioEffect
 AudioEffect ()
 
AudioBusaddAudioInput (const TChar *name, SpeakerArrangement arr, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive)
 
AudioBusaddAudioOutput (const TChar *name, SpeakerArrangement arr, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive)
 
AudioBusgetAudioInput (int32 index)
 
AudioBusgetAudioOutput (int32 index)
 
EventBusaddEventInput (const TChar *name, int32 channels=16, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive)
 
EventBusaddEventOutput (const TChar *name, int32 channels=16, BusType busType=kMain, int32 flags=BusInfo::kDefaultActive)
 
EventBusgetEventInput (int32 index)
 
EventBusgetEventOutput (int32 index)
 
tresult getBusArrangement (BusDirection dir, int32 busIndex, SpeakerArrangement &arr) SMTG_OVERRIDE
 
tresult canProcessSampleSize (int32 symbolicSampleSize) SMTG_OVERRIDE
 
uint32 getLatencySamples () SMTG_OVERRIDE
 
tresult setProcessing (TBool state) SMTG_OVERRIDE
 
uint32 getTailSamples () SMTG_OVERRIDE
 
uint32 getProcessContextRequirements () SMTG_OVERRIDE
 
- Public Member Functions inherited from Component
 Component ()
 
void setControllerClass (const FUID &cid)
 
tresult removeAudioBusses ()
 
tresult removeEventBusses ()
 
tresult renameBus (MediaType type, BusDirection dir, int32 index, const String128 newName)
 
tresult getControllerClassId (TUID classID) SMTG_OVERRIDE
 
tresult setIoMode (IoMode mode) SMTG_OVERRIDE
 
int32 getBusCount (MediaType type, BusDirection dir) SMTG_OVERRIDE
 
tresult getBusInfo (MediaType type, BusDirection dir, int32 index, BusInfo &info) SMTG_OVERRIDE
 
tresult getRoutingInfo (RoutingInfo &inInfo, RoutingInfo &outInfo) SMTG_OVERRIDE
 
tresult activateBus (MediaType type, BusDirection dir, int32 index, TBool state) SMTG_OVERRIDE
 
BusListgetBusList (MediaType type, BusDirection dir)
 
tresult removeAllBusses ()
 
- Public Member Functions inherited from ComponentBase
 ComponentBase ()
 
 ~ComponentBase () override
 
FUnknowngetHostContext () const
 
IConnectionPointgetPeer () const
 
IMessageallocateMessage () const
 
tresult sendMessage (IMessage *message) const
 
tresult sendTextMessage (const char8 *text) const
 
virtual tresult receiveText (const char8 *text)
 
tresult connect (IConnectionPoint *other) SMTG_OVERRIDE
 
tresult disconnect (IConnectionPoint *other) SMTG_OVERRIDE
 
tresult notify (IMessage *message) SMTG_OVERRIDE
 
- Public Member Functions inherited from FUnknown
virtual tresult queryInterface (const TUID _iid, void **obj)=0
 
virtual uint32 addRef ()=0
 
virtual uint32 release ()=0
 

Static Public Member Functions

static FUnknowncreateInstance (void *)
 

Static Public Attributes

static float programParams [kNumPrograms][24]
 
static FUID uid
 
- Static Public Attributes inherited from IPluginBase
static const FUID iid
 
- Static Public Attributes inherited from FUnknown
static const FUID iid
 
- Static Public Attributes inherited from IConnectionPoint
static const FUID iid
 
- Static Public Attributes inherited from IComponent
static const FUID iid
 
- Static Public Attributes inherited from IAudioProcessor
static const FUID iid
 
- Static Public Attributes inherited from IProcessContextRequirements
static const FUID iid
 

Protected Types

enum  {
  EVENTBUFFER = 160, EVENTS_DONE = 99999999, KMAX = 32, SUSTAIN = -1,
  NVOICES = 8
}
 

Protected Member Functions

void processEvents (IEventList *events) SMTG_OVERRIDE
 
void recalculate () SMTG_OVERRIDE
 
void noteOn (int32 note, int32 velocity, int32 noteID)
 
void setParameter (ParamID index, ParamValue newValue, int32 sampleOffset) SMTG_OVERRIDE
 
- Protected Member Functions inherited from BaseProcessor
 BaseProcessor ()
 
 ~BaseProcessor ()
 
virtual bool bypassProcessing (ProcessData &data)
 
virtual void checkSilence (ProcessData &data)
 
virtual void setBypass (bool state, int32 sampleOffset)
 
virtual bool processParameterChanges (IParameterChanges *changes)
 
virtual void allocParameters (int32 numParams)
 
bool isBypassed () const
 
double getSampleRate () const
 
tresult process (ProcessData &data) SMTG_OVERRIDE
 
tresult setupProcessing (ProcessSetup &setup) SMTG_OVERRIDE
 
tresult setBusArrangements (SpeakerArrangement *inputs, int32 numIns, SpeakerArrangement *outputs, int32 numOuts) SMTG_OVERRIDE
 
tresult setState (IBStream *state) SMTG_OVERRIDE
 
tresult getState (IBStream *state) SMTG_OVERRIDE
 

Protected Attributes

int32 notes [EVENTBUFFER+8]
 
int32 sustain
 global internal variables More...
 
int32 activevoices
 
VOICE voice [NVOICES]
 
float semi
 
float cent
 
float tune
 
float detune
 
float filtf
 
float fzip
 
float filtq
 
float filtlfo
 
float filtenv
 
float filtvel
 
float filtwhl
 
float oscmix
 
float noisemix
 
float att
 
float dec
 
float sus
 
float rel
 
float fatt
 
float fdec
 
float fsus
 
float frel
 
float lfo
 
float dlfo
 
float modwhl
 
float press
 
float pbend
 
float ipbend
 
float rezwhl
 
float velsens
 
float volume
 
float voltrim
 
float vibrato
 
float pwmdep
 
float lfoHz
 
float glide
 
float glidedisp
 
int32 K
 
int32 lastnote
 
int32 veloff
 
int32 mode
 
Steinberg::uint32 noise
 
Steinberg::uint32 currentProgram
 
- Protected Attributes inherited from BaseProcessor
ParamValueparams
 
uint32 numParams
 
int32 bypassRamp
 
float * bypassBuffer0
 
float * bypassBuffer1
 
bool bypassState
 

Additional Inherited Members

- Public Attributes inherited from AudioEffect
OBJ_METHODS(AudioEffect, Component) DEFINE_INTERFACES DEF_INTERFACE(IAudioProcessor) DEF_INTERFACE(IProcessContextRequirements) END_DEFINE_INTERFACES(Component) REFCOUNT_METHODS(Component) protected ProcessContextRequirements processContextRequirements
 
- Public Attributes inherited from Component
OBJ_METHODS(Component, ComponentBase) DEFINE_INTERFACES DEF_INTERFACE(IComponent) END_DEFINE_INTERFACES(ComponentBase) REFCOUNT_METHODS(ComponentBase) protected BusList audioInputs
 
BusList audioOutputs
 
BusList eventInputs
 
BusList eventOutputs
 
- Public Attributes inherited from ComponentBase
OBJ_METHODS(ComponentBase, FObject) DEFINE_INTERFACES DEF_INTERFACE(IPluginBase) DEF_INTERFACE(IConnectionPoint) END_DEFINE_INTERFACES(FObject) REFCOUNT_METHODS(FObject) protected IPtr< IConnectionPointpeerConnection
 
- Public Attributes inherited from IProcessContextRequirements
 kNeedSystemTime
 
 kNeedContinousTimeSamples
 
 kNeedProjectTimeMusic
 
 kNeedBarPositionMusic
 
 kNeedCycleMusic
 
 kNeedSamplesToNextClock
 
 kNeedTempo
 
 kNeedTimeSignature
 
 kNeedChord
 
 kNeedFrameRate
 
 kNeedTransportState
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kNumPrograms 

◆ anonymous enum

anonymous enum
protected
Enumerator
EVENTBUFFER 
EVENTS_DONE 
KMAX 
SUSTAIN 
NVOICES 

Constructor & Destructor Documentation

◆ JX10Processor()

◆ ~JX10Processor()

Member Function Documentation

◆ getVst2UniqueId()

int32 getVst2UniqueId ( ) const
inlinevirtual

Implements BaseProcessor.

◆ initialize()

tresult initialize ( FUnknown context)
virtual

Reimplemented from Component.

◆ terminate()

tresult terminate ( )
virtual

Reimplemented from Component.

◆ setActive()

tresult setActive ( TBool  state)
virtual

Reimplemented from BaseProcessor.

◆ doProcessing()

void doProcessing ( ProcessData data)
virtual

Implements BaseProcessor.

◆ hasProgram()

bool hasProgram ( ) const
inlinevirtual

Reimplemented from BaseProcessor.

◆ getCurrentProgram()

Steinberg::uint32 getCurrentProgram ( ) const
inlinevirtual

Reimplemented from BaseProcessor.

◆ getNumPrograms()

Steinberg::uint32 getNumPrograms ( ) const
inlinevirtual

Reimplemented from BaseProcessor.

◆ setCurrentProgram()

void setCurrentProgram ( Steinberg::uint32  val)
virtual

Reimplemented from BaseProcessor.

◆ setCurrentProgramNormalized()

void setCurrentProgramNormalized ( ParamValue  val)
virtual

Reimplemented from BaseProcessor.

◆ createInstance()

static FUnknown* createInstance ( void *  )
inlinestatic

◆ processEvents()

void processEvents ( IEventList events)
protectedvirtual

Reimplemented from BaseProcessor.

◆ recalculate()

void recalculate ( )
protectedvirtual

Reimplemented from BaseProcessor.

◆ noteOn()

void noteOn ( int32  note,
int32  velocity,
int32  noteID 
)
protected

◆ setParameter()

void setParameter ( ParamID  index,
ParamValue  newValue,
int32  sampleOffset 
)
protectedvirtual

Reimplemented from BaseProcessor.

Member Data Documentation

◆ programParams

float programParams
static

◆ uid

FUID uid
static

◆ notes

int32 notes[EVENTBUFFER+8]
protected

◆ sustain

int32 sustain
protected

global internal variables

◆ activevoices

int32 activevoices
protected

◆ voice

VOICE voice[NVOICES]
protected

◆ semi

float semi
protected

◆ cent

float cent
protected

◆ tune

float tune
protected

◆ detune

float detune
protected

◆ filtf

float filtf
protected

◆ fzip

float fzip
protected

◆ filtq

float filtq
protected

◆ filtlfo

float filtlfo
protected

◆ filtenv

float filtenv
protected

◆ filtvel

float filtvel
protected

◆ filtwhl

float filtwhl
protected

◆ oscmix

float oscmix
protected

◆ noisemix

float noisemix
protected

◆ att

float att
protected

◆ dec

float dec
protected

◆ sus

float sus
protected

◆ rel

float rel
protected

◆ fatt

float fatt
protected

◆ fdec

float fdec
protected

◆ fsus

float fsus
protected

◆ frel

float frel
protected

◆ lfo

float lfo
protected

◆ dlfo

float dlfo
protected

◆ modwhl

float modwhl
protected

◆ press

float press
protected

◆ pbend

float pbend
protected

◆ ipbend

float ipbend
protected

◆ rezwhl

float rezwhl
protected

◆ velsens

float velsens
protected

◆ volume

float volume
protected

◆ voltrim

float voltrim
protected

◆ vibrato

float vibrato
protected

◆ pwmdep

float pwmdep
protected

◆ lfoHz

float lfoHz
protected

◆ glide

float glide
protected

◆ glidedisp

float glidedisp
protected

◆ K

int32 K
protected

◆ lastnote

int32 lastnote
protected

◆ veloff

int32 veloff
protected

◆ mode

int32 mode
protected

◆ noise

Steinberg::uint32 noise
protected

◆ currentProgram

Steinberg::uint32 currentProgram
protected
Empty

Copyright ©2020 Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.