Go to the documentation of this file.
9 #define USE_JUCEIO // uncomment this to use the JUCE IO
11 #define USE_PAIO // uncomment this to use the PortAudio IO
32 #ifdef USE_FILEIO // File tests
34 #define IO_CLASS FileIO
38 #define IO_CLASS JUCEIO // this is the new default
43 #ifdef USE_TEST_MAIN // use the generic main() function here
49 int main (
int argc,
const char * argv[]);
51 #else // not USE_TEST_MAIN = Juce test fcn prototypes