1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 09:31:13 +02:00

Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=645 "Transcription Toolbar has lower limit of 0.1x"

This commit is contained in:
v.audacity 2013-12-18 22:45:14 +00:00
parent fbe43e47f3
commit d4dc281b4a

View File

@ -24,7 +24,7 @@
#include "Resample.h"
//TODO-MB: are these sensible values?
#define TIMETRACK_MIN 0.1
#define TIMETRACK_MIN 0.01
#define TIMETRACK_MAX 10.0
TimeTrack *TrackFactory::NewTimeTrack()