CSL
6.0
|
#include "CSL_TestComponent.h"
Go to the source code of this file.
Macros | |
#define | WRITE_TO_FILE |
Functions | |
void | dumpTestList () |
juce::Component * | createCSLComponent () |
Variables | |
testStruct | oscTestList [] |
testStruct | srcTestList [] |
testStruct | envTestList [] |
testStruct | effTestList [] |
testStruct | panTestList [] |
testStruct | audioTestList [] |
testStruct * | allTests [] |
const char * | allTestNames [] |
const char * | allTestFiles [] |
testStruct * | gTestList |
IO * | theIO |
juce::Label * | gCPULabel |
juce::AudioDeviceManager * | gAudioDeviceManager |
unsigned | argCnt |
const char ** | argVals |
Buffer * | gFileBuffer = 0 |
int | gSampIndex = 0 |
#define WRITE_TO_FILE |
Definition at line 120 of file CSL_TestComponent.cpp.
void dumpTestList | ( | ) |
Definition at line 87 of file CSL_TestComponent.cpp.
References allTestFiles, allTestNames, and csl::testStruct::name.
juce::Component* createCSLComponent | ( | ) |
Definition at line 713 of file CSL_TestComponent.cpp.
testStruct oscTestList[] |
testStruct srcTestList[] |
testStruct envTestList[] |
testStruct effTestList[] |
testStruct panTestList[] |
testStruct audioTestList[] |
Definition at line 115 of file Test_Audio.cpp.
testStruct* allTests[] |
Definition at line 47 of file CSL_TestComponent.cpp.
const char* allTestNames[] |
Definition at line 59 of file CSL_TestComponent.cpp.
Referenced by dumpTestList().
const char* allTestFiles[] |
Definition at line 71 of file CSL_TestComponent.cpp.
Referenced by dumpTestList().
testStruct* gTestList |
Definition at line 83 of file CSL_TestComponent.cpp.
IO* theIO |
Definition at line 32 of file CSL_ServerComponent.cpp.
juce::Label* gCPULabel |
Definition at line 115 of file CSL_TestComponent.cpp.
Referenced by CSLComponent::CSLComponent(), and CSLComponent::timerCallback().
juce::AudioDeviceManager* gAudioDeviceManager |
Definition at line 116 of file CSL_TestComponent.cpp.
Referenced by CSLComponent::CSLComponent(), and CSLComponent::timerCallback().
unsigned argCnt |
Definition at line 117 of file CSL_TestComponent.cpp.
const char** argVals |
Definition at line 118 of file CSL_TestComponent.cpp.
Buffer* gFileBuffer = 0 |
Definition at line 122 of file CSL_TestComponent.cpp.
Referenced by CSLComponent::~CSLComponent().
int gSampIndex = 0 |
Definition at line 123 of file CSL_TestComponent.cpp.
Referenced by CSLComponent::audioDeviceIOCallback(), and CSLComponent::recordOnOff().