mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
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:
parent
f6999c701c
commit
03aa564941
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue