comparison base/Preferences.cpp @ 137:0aafdda005ce

* Remove dependency on the actual stored object type in MatrixFile * Add alternative Compact storage format for FFTFileCache (16-bit instead of 32-bit)
author Chris Cannam
date Wed, 12 Jul 2006 14:15:46 +0000
parents e4acb520ad2a
children 6332e41c1619
comparison
equal deleted inserted replaced
136:e4acb520ad2a 137:0aafdda005ce
17 17
18 Preferences * 18 Preferences *
19 Preferences::m_instance = new Preferences(); 19 Preferences::m_instance = new Preferences();
20 20
21 Preferences::Preferences() : 21 Preferences::Preferences() :
22 m_smoothSpectrogram(false), 22 m_smoothSpectrogram(true),
23 m_tuningFrequency(440) 23 m_tuningFrequency(440)
24 { 24 {
25 } 25 }
26 26
27 Preferences::PropertyList 27 Preferences::PropertyList