restore frames-per-peak default to 256

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2696 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-11-19 15:44:25 +00:00
parent f6999c701c
commit 03aa564941

View file

@ -49,7 +49,7 @@ using Glib::ustring;
bool AudioSource::_build_missing_peakfiles = false;
bool AudioSource::_build_peakfiles = false;
#define _FPP 2048
#define _FPP 256
AudioSource::AudioSource (Session& s, ustring name)
: Source (s, name)