mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
lock in some major steps for the midi cue/pianoroll editor
This commit is contained in:
parent
549defc068
commit
10b48d2cc4
20 changed files with 140 additions and 43 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue