CSL
6.0
|
#include "CSL_AbstComponent.h"
Go to the source code of this file.
Macros | |
#define | WRITE_TO_FILE |
Variables | |
IO * | theIO |
juce::Label * | gCPULabel |
juce::AudioDeviceManager * | gAudioDeviceManager |
VoidFcnPtrN * | gFcn |
Buffer * | gFileBuffer = 0 |
int | gSampIndex = 0 |
#define WRITE_TO_FILE |
Definition at line 47 of file CSL_AbstComponent.cpp.
IO* theIO |
Definition at line 32 of file CSL_ServerComponent.cpp.
Referenced by echo_test(), filt_test(), mic_test(), panner_test(), test_Ambi_horiz(), test_Binaural_horiz(), test_Binaural_vertAxial(), test_Binaural_vertMedian(), test_convolution(), test_convolution_file(), test_SimpleP(), test_VBAP_horiz(), testMultiTap(), testReverb(), testSndFileBank(), testSoundFileTranspose(), testStereoverb(), and testStringChorus().
juce::Label* gCPULabel |
Definition at line 41 of file CSL_AbstComponent.cpp.
Referenced by CSLSignalComponent::CSLSignalComponent(), and CSLAbstComponent::timerCallback().
juce::AudioDeviceManager* gAudioDeviceManager |
Definition at line 42 of file CSL_AbstComponent.cpp.
Referenced by CSLAbstComponent::CSLAbstComponent(), and CSLAbstComponent::timerCallback().
VoidFcnPtrN* gFcn |
Definition at line 45 of file CSL_AbstComponent.cpp.
Referenced by CSLSignalComponent::buttonClicked().
Buffer* gFileBuffer = 0 |
Definition at line 49 of file CSL_AbstComponent.cpp.
Referenced by CSLAbstComponent::~CSLAbstComponent().
int gSampIndex = 0 |
Definition at line 50 of file CSL_AbstComponent.cpp.
Referenced by CSLAbstComponent::audioDeviceIOCallback(), and CSLAbstComponent::recordOnOff().