mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
cue editor: fix local tempo scope and use region tempo map
This commit is contained in:
parent
577cdd5f61
commit
ff648b6720
2 changed files with 4 additions and 23 deletions
|
|
@ -113,9 +113,6 @@ class CueEditor : public EditingContext, public PBD::HistoryOwner
|
|||
|
||||
std::vector<MidiRegionView*> filter_to_unique_midi_region_views (RegionSelection const & ms) const;
|
||||
|
||||
std::shared_ptr<Temporal::TempoMap const> start_local_tempo_map (std::shared_ptr<Temporal::TempoMap>);
|
||||
void end_local_tempo_map (std::shared_ptr<Temporal::TempoMap const>);
|
||||
|
||||
void scrolled ();
|
||||
bool canvas_pre_event (GdkEvent*);
|
||||
void catch_pending_show_region ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue