mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
* UI fixes for track channel selection
* implemented 'forcing midi events into a single channel' * see http://www.flickr.com/photos/24012642@N02/2430165889/ git-svn-id: svn://localhost/ardour2/branches/3.0@3273 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e8c2b6f371
commit
f31abc5eaf
9 changed files with 230 additions and 37 deletions
|
|
@ -74,8 +74,12 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
|
||||
void update_range();
|
||||
|
||||
sigc::signal<void, uint16_t>& signal_channel_selection_changed() { return _channel_selector.selection_changed; }
|
||||
|
||||
sigc::signal<void, uint16_t>& signal_channel_selection_changed()
|
||||
{ return _channel_selector.selection_changed; }
|
||||
|
||||
sigc::signal<void, int8_t>& signal_force_channel_changed()
|
||||
{ return _channel_selector.force_channel_changed; }
|
||||
|
||||
private:
|
||||
|
||||
void append_extra_display_menu_items ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue