mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
* fixed missing get coordinate functions in CanvasHit
* Fixed crash bug when NoteMode = Percussive on MidiRegionView * Fixed possible MemoryLeaks and added Signal in MidiMultipleChannelSelector git-svn-id: svn://localhost/ardour2/branches/3.0@3263 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7ba87f7672
commit
accc73a8c1
4 changed files with 14 additions and 10 deletions
|
|
@ -43,6 +43,8 @@ public:
|
|||
MidiMultipleChannelSelector(uint16_t initial_selection = 1);
|
||||
|
||||
const uint16_t get_selected_channels() const { return _selected_channels; }
|
||||
|
||||
sigc::signal<void, uint16_t> selection_changed;
|
||||
|
||||
protected:
|
||||
virtual void button_toggled(Gtk::ToggleButton *button, uint8_t button_nr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue