mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 03:54:47 +02: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:
@@ -1224,6 +1224,11 @@ std::shared_ptr<const Track> Track::SubstituteOriginalTrack() const
|
||||
return SharedPointer();
|
||||
}
|
||||
|
||||
bool Track::SupportsBasicEditing() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
auto Track::GetIntervals() const -> ConstIntervals
|
||||
{
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user