mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-06 14:35:32 +01:00
Changes to seeking and scrubbing from Paul Licameli.
These are mostly under an EXPERIMENTAL_ #ifdef. Also has a change for the prompt string for preferences so the displayed keybinding is adjusted when in multitool mode.
This commit is contained in:
@@ -67,7 +67,10 @@ class ControlToolBar:public ToolBar {
|
||||
void PlayPlayRegion(double t0, double t1,
|
||||
bool looped = false,
|
||||
bool cutpreview = false,
|
||||
TimeTrack *timetrack = NULL);
|
||||
TimeTrack *timetrack = NULL,
|
||||
// May be other than t0,
|
||||
// but will be constrained between t0 and t1
|
||||
const double *pStartTime = NULL);
|
||||
void PlayDefault();
|
||||
|
||||
// Stop playing
|
||||
|
||||
Reference in New Issue
Block a user