mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
just one timeout callback for step editing, not one per track
git-svn-id: svn://localhost/ardour2/branches/3.0@5635 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b7fe417f70
commit
c3c5c9a559
6 changed files with 34 additions and 8 deletions
|
|
@ -90,6 +90,8 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
|
||||
void start_step_editing ();
|
||||
void stop_step_editing ();
|
||||
void check_step_edit ();
|
||||
|
||||
|
||||
private:
|
||||
sigc::signal<void, std::string, std::string> _midi_patch_settings_changed;
|
||||
|
|
@ -127,14 +129,12 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
Gtk::ComboBoxText _custom_device_mode_selector;
|
||||
|
||||
Gtk::CheckMenuItem* _step_edit_item;
|
||||
sigc::connection step_edit_connection;
|
||||
|
||||
nframes64_t step_edit_insert_position;
|
||||
Evoral::MusicalTime step_edit_beat_pos;
|
||||
boost::shared_ptr<ARDOUR::Region> step_edit_region;
|
||||
MidiRegionView* step_edit_region_view;
|
||||
|
||||
bool check_step_edit ();
|
||||
};
|
||||
|
||||
#endif /* __ardour_midi_time_axis_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue