#include "../../JuceLibraryCode/JuceHeader.h"
#include "../Audio/AudioComponent.h"
#include "../Processors/Editors/AudioEditor.h"
#include "../Processors/ProcessorGraph.h"
#include "../Processors/RecordNode.h"
#include "CustomLookAndFeel.h"
#include "../AccessClass.h"
#include "../Processors/Editors/GenericEditor.h"
#include "../OpenGL.h"
Classes | |
class | PlayButton |
Toggles data acquisition on and off. More... | |
class | RecordButton |
Toggles recording on and off. More... | |
class | CPUMeter |
Displays the CPU load used up by the data processing callbacks. More... | |
class | DiskSpaceMeter |
Displays the amount of disk space left in the current data directory. More... | |
class | Clock |
Displays the time. More... | |
class | ControlPanelButton |
Used to show and hide the file browser within the ControlPanel. More... | |
class | ControlPanel |
Provides general application controls. More... |