mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 06:55:52 +01:00
New Track virtual eliminates a track_cast in CommonCommandFlags...
... Also a better name for one of the command flags This allows removal of special mention of TimeTrack
This commit is contained in:
@@ -131,6 +131,11 @@ void TimeTrack::SetRangeUpper(double upper)
|
||||
mEnvelope->SetRangeUpper( upper );
|
||||
}
|
||||
|
||||
bool TimeTrack::SupportsBasicEditing() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Track::Holder TimeTrack::Cut( double t0, double t1 )
|
||||
{
|
||||
auto result = Copy( t0, t1, false );
|
||||
|
||||
Reference in New Issue
Block a user