Mercurial > hg > apm
diff AccessiblePeakMeter.h @ 2:33aaa48d4d16 tip
changed "meter type" to "sonification type"
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Sat, 13 Jun 2015 15:14:20 +0100 |
parents | c0ead20bda4d |
children |
line wrap: on
line diff
--- a/AccessiblePeakMeter.h Mon Jun 08 13:19:16 2015 +0100 +++ b/AccessiblePeakMeter.h Sat Jun 13 15:14:20 2015 +0100 @@ -32,7 +32,7 @@ private: static const double DRYWET_DEFAULT; - static const int METERTYPE_DEFAULT; + static const int SONIFICATION_TYPE_DEFAULT; static const double METERDECAY_DEFAULT; static const double THRESHOLD_DEFAULT; static const double BEEP_TIME; @@ -109,7 +109,7 @@ } } - Sonification() : type(METERTYPE_DEFAULT) { + Sonification() : type(SONIFICATION_TYPE_DEFAULT) { reset(); }