mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-06 16:50:12 +01: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:
@@ -24,7 +24,7 @@
|
|||||||
#include "Resample.h"
|
#include "Resample.h"
|
||||||
|
|
||||||
//TODO-MB: are these sensible values?
|
//TODO-MB: are these sensible values?
|
||||||
#define TIMETRACK_MIN 0.1
|
#define TIMETRACK_MIN 0.01
|
||||||
#define TIMETRACK_MAX 10.0
|
#define TIMETRACK_MAX 10.0
|
||||||
|
|
||||||
TimeTrack *TrackFactory::NewTimeTrack()
|
TimeTrack *TrackFactory::NewTimeTrack()
|
||||||
|
|||||||
Reference in New Issue
Block a user