SPAOP
|
#include "../JuceLibraryCode/JuceHeader.h"
#include "Source.h"
#include "JuceConnectionTimer.h"
#include "SourceController.h"
#include "VSReceiver.h"
#include "XmlFactory.h"
Go to the source code of this file.
Classes | |
class | SpaopAudioProcessor |
The SPAOP-plugin's processor class. More... | |
Macros | |
#define | NUMSTEPS(min, max, prec) ( (int) (((max)-(min))/(prec)) + 1) |
#define NUMSTEPS | ( | min, | |
max, | |||
prec | |||
) | ( (int) (((max)-(min))/(prec)) + 1) |