lock in some major steps for the midi cue/pianoroll editor

This commit is contained in:
Paul Davis 2024-01-26 20:45:22 -07:00
parent 549defc068
commit 10b48d2cc4
20 changed files with 140 additions and 43 deletions

View file

@ -1586,3 +1586,10 @@ EditingContext::snap_relative_time_to_relative_time (timepos_t const & origin, t
/* back to relative */
return origin.distance (snapped);
}
std::shared_ptr<Temporal::TempoMap const>
EditingContext::start_local_tempo_map (std::shared_ptr<Temporal::TempoMap>)
{
/* default is a no-op */
return Temporal::TempoMap::use ();
}