| active() const | iso::synth::Unit | |
| addPort(const base::String &pPortName, Port *pPort) | iso::synth::PortOwner | |
| audioIn() const | iso::synth::Unit | |
| audioOut() const | iso::synth::Unit | |
| change(const String &pPortName, const data::Values &pValues, sample pDuration=-1) | iso::synth::Unit | |
| channelCount() const | iso::synth::Unit | |
| checkConnection(Unit *pUnit) | iso::synth::Unit | |
| checkConnection(Unit *pUnit, const base::String &pPortName) | iso::synth::Unit | |
| checkControlPort(const String &pPortName) | iso::synth::Unit | |
| checkPort(const base::String &pPortName) const | iso::synth::PortOwner | |
| checkSwitchPort(const String &pPortName) | iso::synth::Unit | |
| connect(const Unit *pUnit, ChannelMap *pMap=NULL) | iso::synth::Unit | |
| connect(Unit *pUnit, const String &pPortName, ChannelMap *pMap=NULL) | iso::synth::Unit | |
| controlPort(const String &pPortName) | iso::synth::Unit | |
| controlPorts() | iso::synth::Unit | |
| controlUnit(const String &pPortName) | iso::synth::Unit | |
| controlValue(const String &pPortName) | iso::synth::Unit | |
| controlValues(const String &pPortName) | iso::synth::Unit | |
| createControlPort(const String &pName) | iso::synth::Unit | [protected] |
| createControlPort(const String &pName, unsigned int pChannelCount) | iso::synth::Unit | [protected] |
| createDataSwitchPort(const String &pName, FunctionType pFunctionPointer) | iso::synth::Unit | [protected] |
| createDataSwitchPort(const String &pName, FunctionType pFunctionPointer) | iso::synth::Unit | [protected] |
| createFadingSwitchPort(const String &pName, FunctionType pFunctionPointer) | iso::synth::Unit | [protected] |
| createFadingSwitchPort(const String &pName, FunctionType pFunctionPointer) | iso::synth::Unit | [protected] |
| createGrain(Frame &pAmplitude, Frame &pDuration, Frame &pDelay, Frame &pPlayRate) | iso::synth::GranularUnit | [protected] |
| createSwitchPort(const String &pName, const data::Values &pValues, void(PortOwner::*pSetFunction)(FunctionDataType)) | iso::synth::Unit | [protected] |
| disconnect() | iso::synth::Unit | |
| disconnect(Unit *pUnit) | iso::synth::Unit | |
| disconnect(Unit *pUnit, const base::String &pPortName) | iso::synth::Unit | |
| frameCount() const | iso::synth::Unit | |
| GranularUnit() | iso::synth::GranularUnit | |
| GranularUnit(sample pMaxDelay) | iso::synth::GranularUnit | |
| GranularUnit(const String &pName, sample pMaxDelay=sMaxDelay) | iso::synth::GranularUnit | |
| GranularUnit(unsigned int pChannelCount, sample pMaxDelay) | iso::synth::GranularUnit | |
| GranularUnit(const String &pName, unsigned int pChannelCount, sample pMaxDelay=sMaxDelay) | iso::synth::GranularUnit | |
| GranularUnit(unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate, sample pMaxDelay=sMaxDelay) | iso::synth::GranularUnit | |
| GranularUnit(const String &pName, unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate, sample pMaxDelay=sMaxDelay) | iso::synth::GranularUnit | |
| GranularUnit(const GranularUnit &pUnit) | iso::synth::GranularUnit | |
| GranularUnit(const String &pName, const GranularUnit &pUnit) | iso::synth::GranularUnit | |
| GranularUnit(const data::Values &pValues) | iso::synth::GranularUnit | |
| info(bool pPropagate=false, bool pShowPorts=true) const | iso::synth::GranularUnit | [virtual] |
| init() | iso::synth::GranularUnit | [protected] |
| mActive | iso::synth::Unit | [protected] |
| mActiveGrains | iso::synth::GranularUnit | [protected] |
| mAmplitude | iso::synth::GranularUnit | [protected] |
| mAmplitudeCompensation | iso::synth::GranularUnit | [protected] |
| mAmplitudeCompensationChannel | iso::synth::GranularUnit | [protected] |
| mAmplitudeFrame | iso::synth::GranularUnit | [protected] |
| mAudioIn | iso::synth::Unit | [protected] |
| mAudioOut | iso::synth::Unit | [protected] |
| mBuffer | iso::synth::Unit | [protected] |
| mChannelCount | iso::synth::Unit | [protected] |
| mControls | iso::synth::Unit | [protected] |
| mControlType | iso::synth::Unit | [protected] |
| mDelay | iso::synth::GranularUnit | [protected] |
| mDelayCompensation | iso::synth::GranularUnit | [protected] |
| mDelayFrame | iso::synth::GranularUnit | [protected] |
| mDuration | iso::synth::GranularUnit | [protected] |
| mDurationFrame | iso::synth::GranularUnit | [protected] |
| mFrameCount | iso::synth::Unit | [protected] |
| mGrainAudioBuffer | iso::synth::GranularUnit | [protected] |
| mInterpolation | iso::synth::GranularUnit | [protected] |
| mMaxSimulGrains | iso::synth::GranularUnit | [protected] |
| mName | iso::synth::PortOwner | [protected] |
| mPlayRate | iso::synth::GranularUnit | [protected] |
| mPlayRateFrame | iso::synth::GranularUnit | [protected] |
| mPointList | iso::synth::GranularUnit | [protected] |
| mPorts | iso::synth::PortOwner | [protected] |
| mPrevTriggerValue | iso::synth::GranularUnit | [protected] |
| mProcess | iso::synth::Unit | [protected] |
| mProcessStep | iso::synth::Unit | [protected] |
| mRate | iso::synth::Unit | [protected] |
| mReserveGrains | iso::synth::GranularUnit | [protected] |
| mRingBuffer | iso::synth::GranularUnit | [protected] |
| mSwitches | iso::synth::Unit | [protected] |
| mTrigger | iso::synth::GranularUnit | [protected] |
| name() const | iso::synth::PortOwner | |
| operator<<(std::ostream &pOstream, const GranularUnit &pUnit) | iso::synth::GranularUnit | [friend] |
| iso::synth::ProcessUnit::operator<<(std::ostream &pOstream, const ProcessUnit &pUnit) | iso::synth::ProcessUnit | [friend] |
| iso::synth::Unit::operator<<(std::ostream &pOstream, const Unit &pUnit) | iso::synth::Unit | [friend] |
| operator=(const Unit &pUnit) | iso::synth::Unit | |
| port(const base::String &pPortName) | iso::synth::PortOwner | |
| portInfo(bool pPropagate=false) const | iso::synth::Unit | |
| PortOwner() | iso::synth::PortOwner | |
| PortOwner(const base::String &pName) | iso::synth::PortOwner | |
| ports() | iso::synth::PortOwner | |
| process(Buffer *pBuffer=NULL) | iso::synth::GranularUnit | [virtual] |
| processStep() const | iso::synth::Unit | |
| ProcessUnit() | iso::synth::ProcessUnit | |
| ProcessUnit(const String &pName, FanInType pFanInType=FANIN_ADD) | iso::synth::ProcessUnit | |
| ProcessUnit(unsigned int pChannelCount, FanInType pFanInType=FANIN_ADD) | iso::synth::ProcessUnit | |
| ProcessUnit(const String &pName, unsigned int pChannelCount, FanInType pFanInType=FANIN_ADD) | iso::synth::ProcessUnit | |
| ProcessUnit(unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate, FanInType pFanInType=FANIN_ADD) | iso::synth::ProcessUnit | |
| ProcessUnit(const String &pName, unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate, FanInType pFanInType=FANIN_ADD) | iso::synth::ProcessUnit | |
| ProcessUnit(const Unit &pUnit) | iso::synth::ProcessUnit | |
| ProcessUnit(const String &pName, const Unit &pUnit) | iso::synth::ProcessUnit | |
| ProcessUnit(const data::Values &pValues) | iso::synth::ProcessUnit | |
| rate() const | iso::synth::Unit | |
| removePort(const base::String &pPortName) | iso::synth::PortOwner | |
| schedule(double pTime, const base::String &pPortName, data::Values pValues, double pDuration=-1, event::EventTime pTimeMode=event::EVENT_RELATIVE) | iso::synth::Unit | |
| sClassName | iso::synth::GranularUnit | [static] |
| sControlType | iso::synth::Unit | [protected, static] |
| set(const String &pPortName, const data::Values &pValues, sample pDuration=-1) | iso::synth::Unit | |
| set(const String &pPortName, Unit *pUnit) | iso::synth::Unit | |
| setActive(bool pActive) | iso::synth::Unit | |
| setAmplitudeCompensation(bool pAmplitudeCompensation) | iso::synth::GranularUnit | |
| setChannelCount(unsigned int pChannelCount) | iso::synth::Unit | [virtual] |
| setControlType(ControlType pControlType) | iso::synth::Unit | |
| setDelayCompensation(bool pDelayCompensation) | iso::synth::GranularUnit | |
| setEnvelope(Frame pEnvelope) | iso::synth::GranularUnit | |
| setFrameCount(unsigned int pFrameCount) | iso::synth::Unit | [virtual] |
| setGrainCount(unsigned int pMaxSimulGrains) | iso::synth::GranularUnit | |
| setInterpolation(bool pInterpolation) | iso::synth::GranularUnit | |
| setRate(sample pRate) | iso::synth::Unit | [virtual] |
| sMaxDelay | iso::synth::GranularUnit | [protected, static] |
| sMaxSimulGrains | iso::synth::GranularUnit | [protected, static] |
| sUnitCount | iso::synth::GranularUnit | [protected, static] |
| switchPort(const String &pPortName) | iso::synth::Unit | |
| switchPorts() | iso::synth::Unit | |
| switchValues(const String &pPortName) | iso::synth::Unit | |
| Unit() | iso::synth::Unit | |
| Unit(const String &pName) | iso::synth::Unit | |
| Unit(unsigned int pChannelCount) | iso::synth::Unit | |
| Unit(const String &pName, unsigned int pChannelCount) | iso::synth::Unit | |
| Unit(const String &pName, unsigned int pFrameCount, unsigned int pChannelCount, unsigned int pRate) | iso::synth::Unit | |
| Unit(const String &pName, const Unit &pUnit) | iso::synth::Unit | |
| Unit(const data::Values &pValues) | iso::synth::Unit | |
| values(const String &pPortName) | iso::synth::Unit | |
| ~GranularUnit() | iso::synth::GranularUnit | |
| ~PortOwner() | iso::synth::PortOwner | [virtual] |
| ~ProcessUnit() | iso::synth::ProcessUnit | [virtual] |
| ~Unit() | iso::synth::Unit | [virtual] |