|
CSL
6.0
|
Go to the source code of this file.
Functions | |
| void | playSineMixer () |
| Test mixer – really slow additive synthesis. More... | |
| Component * | createCSLComponent () |
Variables | |
| IO * | theIO |
| Label * | gCPULabel = 0 |
| AudioDeviceManager * | gAudioDeviceManager = 0 |
| unsigned | argCnt = 0 |
| char ** | argVals |
| VoidFcnPtrN * | gFcn = 0 |
| void playSineMixer | ( | ) |
Test mixer – really slow additive synthesis.
Definition at line 46 of file CSLMIDIFaderComponent.cpp.
References csl::Mixer::addInput(), csl::IO::clearRoot(), csl::IO::close(), csl::fRandM(), csl::logMsg(), csl::IO::open(), Osc, csl::IO::setRoot(), csl::sleepSec(), csl::IO::start(), and csl::IO::stop().
Referenced by CSLMIDIComponent::startStop().
| Component* createCSLComponent | ( | ) |
Definition at line 537 of file CSLMIDIFaderComponent.cpp.
| IO* theIO |
Definition at line 32 of file CSL_ServerComponent.cpp.
| Label* gCPULabel = 0 |
Definition at line 37 of file CSLMIDIFaderComponent.cpp.
| AudioDeviceManager* gAudioDeviceManager = 0 |
Definition at line 38 of file CSLMIDIFaderComponent.cpp.
Referenced by audio_dump(), and csl::MIDIIn::open().
| unsigned argCnt = 0 |
Definition at line 39 of file CSLMIDIFaderComponent.cpp.
| char** argVals |
Definition at line 40 of file CSLMIDIFaderComponent.cpp.
| VoidFcnPtrN* gFcn = 0 |
Definition at line 41 of file CSLMIDIFaderComponent.cpp.