update comment

main
Georg Krause 2018-05-04 14:40:31 +02:00
parent a537a9725e
commit a0963debda
1 changed files with 2 additions and 3 deletions

View File

@ -62,12 +62,11 @@ private:
int track;
bool _recordArm;
/// _toMasterLag is a volume that lags behind _toMaster when setMaster() is called
/// This prohibits audible jumps when rapidly changing the volume
// the *Lag values lag behind the corresponding values to avoid audible jumps in volume
float _toMaster;
float _toMasterLag;
/* -1 indicates 100% left, 0 is centered, 1 indicates right */
float _panL;
float _panR;
float _panLLag;