Mercurial > hg > beaglert
diff projects/d-box/sensors.cpp @ 233:18d03901f866 mergingClockSync
Turned gShouldStop into int
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 10 Apr 2016 03:20:52 +0200 |
parents | 901d205d1a3c |
children |
line wrap: on
line diff
--- a/projects/d-box/sensors.cpp Sun Apr 10 03:14:33 2016 +0200 +++ b/projects/d-box/sensors.cpp Sun Apr 10 03:20:52 2016 +0200 @@ -22,7 +22,7 @@ extern vector<OscillatorBank*> gOscBanks; extern int gCurrentOscBank; extern int gNextOscBank; -extern bool gShouldStop; +extern int gShouldStop; extern int gVerbose; float gSensor0LatestTouchPos = 0; // most recent pitch touch location [0-1] on sensor 0, used by render.cpp