mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
catch the step edit region if it goes away and prepare to use a new one; step edit insert position starts at the edit point, not the start of the edited region
git-svn-id: svn://localhost/ardour2/branches/3.0@7515 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ece5093234
commit
32b2ddd24a
2 changed files with 46 additions and 12 deletions
|
|
@ -136,6 +136,9 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
Evoral::MusicalTime step_edit_beat_pos;
|
||||
boost::shared_ptr<ARDOUR::Region> step_edit_region;
|
||||
MidiRegionView* step_edit_region_view;
|
||||
void region_removed (boost::weak_ptr<ARDOUR::Region>);
|
||||
void playlist_changed ();
|
||||
PBD::ScopedConnection step_edit_region_connection;
|
||||
|
||||
Gtk::Menu* build_def_channel_menu();
|
||||
void set_default_channel (int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue