Abst_SoundFile(string path, int start=-1, int stop=-1) | csl::Abst_SoundFile | |
Abst_SoundFile(Abst_SoundFile &otherSndFile) | csl::Abst_SoundFile | |
addInput(CSL_MAP_KEY name, UnitGenerator &ugen) | csl::Controllable | protected |
addInput(CSL_MAP_KEY name, float value) | csl::Controllable | protected |
addOutput(UnitGenerator *ugen) | csl::UnitGenerator | |
attachObserver(Observer *) | csl::Model | |
base() | csl::Abst_SoundFile | inline |
buffer(unsigned bufNum) | csl::Abst_SoundFile | inlinevirtual |
cacheSize() | csl::Abst_SoundFile | inline |
changed(void *argument) | csl::Model | |
channels() const | csl::Abst_SoundFile | |
checkBuffer(unsigned numFrames) | csl::Abst_SoundFile | protected |
checkBuffer(unsigned numChans, unsigned numFrames) | csl::Abst_SoundFile | protected |
checkFanOut(Buffer &outputBuffer) | csl::UnitGenerator | |
close() | csl::JSoundFile | virtual |
Controllable() | csl::Controllable | inline |
convertRate(int fromRate, int toRate) | csl::Abst_SoundFile | |
copyPolicy() | csl::UnitGenerator | inline |
detachObserver(Observer *) | csl::Model | |
dump() | csl::Abst_SoundFile | virtual |
duration() const | csl::JSoundFile | |
csl::Abst_SoundFile::duration() | csl::Abst_SoundFile | inlinevirtual |
durationInSecs() | csl::Abst_SoundFile | |
evaluate(void *argument) | csl::Model | inlinevirtual |
fillSine() | csl::WavetableOscillator | protected |
format() | csl::JSoundFile | |
frameRate() | csl::UnitGenerator | inline |
freeBuffer() | csl::Abst_SoundFile | virtual |
getPort(CSL_MAP_KEY name) | csl::Controllable | |
handleFanOut(Buffer &outputBuffer) | csl::UnitGenerator | |
initFromSndfile() | csl::JSoundFile | protectedvirtual |
isActive() | csl::Abst_SoundFile | virtual |
isCached() | csl::Abst_SoundFile | virtual |
isCached(unsigned samps) | csl::Abst_SoundFile | virtual |
isFixed() | csl::UnitGenerator | inlinevirtual |
isLooping() | csl::Abst_SoundFile | inline |
isScaled() | csl::Scalable | |
isSndfileName(const char *path) | csl::Abst_SoundFile | static |
isValid() | csl::Abst_SoundFile | inline |
JSoundFile(string path, int start=-1, int stop=-1) | csl::JSoundFile | |
JSoundFile(JSoundFile &otherSndFile) | csl::JSoundFile | |
mActualFrame | csl::Seekable | |
mAFReader | csl::JSoundFile | |
mAFWriter | csl::JSoundFile | |
mBase | csl::Abst_SoundFile | protected |
mBytesPerSample | csl::Abst_SoundFile | protected |
mCopyPolicy | csl::UnitGenerator | protected |
mCurrentFrame | csl::Seekable | |
mergeToMono() | csl::Abst_SoundFile | |
mFormat | csl::Abst_SoundFile | protected |
mFrameRate | csl::UnitGenerator | protected |
mimeType(const char *path) | csl::Abst_SoundFile | static |
mInputs | csl::Controllable | protected |
mInterpolate | csl::WavetableOscillator | |
mIOFile | csl::JSoundFile | |
mIsLooping | csl::Abst_SoundFile | protected |
mIsValid | csl::Abst_SoundFile | protected |
mMode | csl::Abst_SoundFile | protected |
mNumChannels | csl::UnitGenerator | protected |
mNumFrames | csl::Abst_SoundFile | protected |
mNumOutputs | csl::UnitGenerator | protected |
mode() | csl::Abst_SoundFile | inline |
Model() | csl::Model | inline |
mOutputCache | csl::UnitGenerator | protected |
mOutputs | csl::UnitGenerator | protected |
mOutStream | csl::JSoundFile | |
mPath | csl::Abst_SoundFile | protected |
mPhase | csl::Phased | protected |
mProperties | csl::Abst_SoundFile | |
mRate | csl::Abst_SoundFile | protected |
mSequence | csl::UnitGenerator | protected |
mStart | csl::Abst_SoundFile | protected |
mStop | csl::Abst_SoundFile | protected |
mWavetable | csl::WavetableOscillator | |
nextBuffer(Buffer &outB) | csl::Abst_SoundFile | virtual |
csl::WavetableOscillator::nextBuffer(Buffer &outputBuffer, unsigned outBufNum) | csl::WavetableOscillator | virtual |
numChannels() | csl::UnitGenerator | inlinevirtual |
numOutputs() | csl::UnitGenerator | inlinevirtual |
openForRead(bool load=true) | csl::JSoundFile | virtual |
openForRead(juce::MemoryInputStream *strm) | csl::JSoundFile | |
openForReadWrite() | csl::JSoundFile | |
openForWrite(SoundFileFormat format=kSoundFileFormatAIFF, unsigned channels=1, unsigned rate=44100, unsigned bitDepth=16) | csl::JSoundFile | virtual |
openSndfile(string path, int start=-1, int stop=-1, bool doRead=true) | csl::JSoundFile | static |
Oscillator(float frequency=220.0, float ampl=1.0, float offset=0.0, float phase=0.0) | csl::Oscillator | |
Oscillator(UnitGenerator &frequency, float ampl=1.0, float offset=0.0, float phase=0.0) | csl::Oscillator | |
Oscillator(UnitGenerator &frequency, UnitGenerator &l, float offset=0.0, float phase=0.0) | csl::Oscillator | |
outputs() | csl::UnitGenerator | inline |
path() | csl::Abst_SoundFile | inline |
Phased() | csl::Phased | |
Phased(float frequency, float phase=0) | csl::Phased | |
Phased(UnitGenerator &freq, float phase=0) | csl::Phased | |
playbackRate() | csl::Abst_SoundFile | inline |
pullInput(Port *thePort, unsigned numFrames) | csl::Controllable | protected |
pullInput(Port *thePort, Buffer &theBuffer) | csl::Controllable | protected |
readBufferFromFile(unsigned numFrames) | csl::JSoundFile | virtual |
readTags() | csl::Abst_SoundFile | protected |
removeOutput(UnitGenerator *ugen) | csl::UnitGenerator | |
reset() | csl::Seekable | virtual |
sampleSize() | csl::Abst_SoundFile | inline |
Scalable() | csl::Scalable | |
Scalable(float scale) | csl::Scalable | |
Scalable(float scale, float offset) | csl::Scalable | |
Scalable(UnitGenerator &scale, float offset) | csl::Scalable | |
Scalable(UnitGenerator &scale, UnitGenerator &offset) | csl::Scalable | |
Seekable() | csl::Seekable | inline |
seekTo(int position, SeekPosition whence) | csl::JSoundFile | virtual |
csl::Abst_SoundFile::seekTo(int position) | csl::Abst_SoundFile | inline |
setBase(int val) | csl::Abst_SoundFile | |
setCopyPolicy(BufferCopyPolicy ch) | csl::UnitGenerator | inline |
setFrameRate(unsigned rate) | csl::UnitGenerator | inline |
setFrequency(UnitGenerator &frequency) | csl::Phased | |
setFrequency(float frequency) | csl::Phased | |
setInterpolate(InterpolationPolicy whether) | csl::WavetableOscillator | inline |
setIsLooping(bool tLooping) | csl::Abst_SoundFile | inline |
setNumChannels(unsigned ch) | csl::UnitGenerator | inline |
setOffset(UnitGenerator &offset) | csl::Scalable | |
setOffset(float offset) | csl::Scalable | |
setPath(string path) | csl::Abst_SoundFile | virtual |
setPhase(float phase) | csl::Phased | inline |
setRate(UnitGenerator &frequency) | csl::Abst_SoundFile | |
setRate(float frequency) | csl::Abst_SoundFile | |
setScale(UnitGenerator &scale) | csl::Scalable | |
setScale(float scale) | csl::Scalable | |
setStart(int val) | csl::Abst_SoundFile | |
setStartRatio(float val) | csl::Abst_SoundFile | |
setStartSec(float val) | csl::Abst_SoundFile | |
setStop(int val) | csl::Abst_SoundFile | |
setStopRatio(float val) | csl::Abst_SoundFile | |
setStopSec(float val) | csl::Abst_SoundFile | |
setToEnd() | csl::Abst_SoundFile | virtual |
setValue(sample theValue) | csl::UnitGenerator | inlinevirtual |
setWaveform(Buffer &wave, bool freeBufs=true) | csl::WavetableOscillator | |
sndfileNameType(const char *path) | csl::Abst_SoundFile | static |
startFrame() | csl::Abst_SoundFile | inline |
stopFrame() | csl::Abst_SoundFile | inline |
trigger() | csl::Abst_SoundFile | virtual |
UnitGenerator(unsigned rate=CGestalt::frameRate(), unsigned chans=1) | csl::UnitGenerator | |
value() | csl::UnitGenerator | inlinevirtual |
WavetableOscillator(Buffer &wave) | csl::WavetableOscillator | |
WavetableOscillator(float frequency=1, float ampl=1.0, float offset=0.0, float phase=0.0) | csl::WavetableOscillator | |
writeBuffer(Buffer &inputBuffer) | csl::JSoundFile | virtual |
writeBuffer(Buffer &inB, unsigned fromFrame, unsigned toFrame) | csl::JSoundFile | virtual |
csl::Writeable::writeBuffer(Buffer &inputBuffer, unsigned bufNum) | csl::Writeable | protectedvirtual |
zeroBuffer(Buffer &outputBuffer, unsigned outBufNum) | csl::UnitGenerator | protected |
~Abst_SoundFile() | csl::Abst_SoundFile | |
~Controllable() | csl::Controllable | virtual |
~JSoundFile() | csl::JSoundFile | |
~Model() | csl::Model | inlinevirtual |
~Oscillator() | csl::Oscillator | virtual |
~Phased() | csl::Phased | |
~Scalable() | csl::Scalable | |
~Seekable() | csl::Seekable | inlinevirtual |
~UnitGenerator() | csl::UnitGenerator | virtual |
~WavetableOscillator() | csl::WavetableOscillator | |
~Writeable() | csl::Writeable | inlinevirtual |