comparison core/RTAudio.cpp @ 235:3d41a6fa1830

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 10 Apr 2016 04:08:06 +0200
parents 18d03901f866
children 173978a5ab6a
comparison
equal deleted inserted replaced
216:869f5e703844 235:3d41a6fa1830
62 static vector<InternalAuxiliaryTask*> auxTasks; 62 static vector<InternalAuxiliaryTask*> auxTasks;
63 return auxTasks; 63 return auxTasks;
64 } 64 }
65 65
66 // Flag which tells the audio task to stop 66 // Flag which tells the audio task to stop
67 bool gShouldStop = false; 67 int gShouldStop = false;
68 68
69 // general settings 69 // general settings
70 char gPRUFilename[MAX_PRU_FILENAME_LENGTH]; // Path to PRU binary file (internal code if empty)_ 70 char gPRUFilename[MAX_PRU_FILENAME_LENGTH]; // Path to PRU binary file (internal code if empty)_
71 int gRTAudioVerbose = 0; // Verbosity level for debugging 71 int gRTAudioVerbose = 0; // Verbosity level for debugging
72 int gAmplifierMutePin = -1; 72 int gAmplifierMutePin = -1;