Mercurial > hg > beaglert
comparison core/RTAudio.cpp @ 233:18d03901f866 mergingClockSync
Turned gShouldStop into int
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 10 Apr 2016 03:20:52 +0200 |
parents | e23c304d264f |
children | 173978a5ab6a |
comparison
equal
deleted
inserted
replaced
232:600355cf4ed5 | 233:18d03901f866 |
---|---|
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; |