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:
parent
fbe43e47f3
commit
d4dc281b4a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user