mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
* adjusted formatting a bit to style guide
* fixed: velocity value left on canvas * fixed: end-of-track problem still showed up sometimes * enabled heaps of debugging output in order to debug MidiModel corruption git-svn-id: svn://localhost/ardour2/branches/3.0@3329 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f651190162
commit
8d44391f4b
11 changed files with 109 additions and 56 deletions
|
|
@ -34,8 +34,8 @@ public:
|
|||
protected:
|
||||
virtual void button_toggled(Gtk::ToggleButton *button, uint8_t button_nr);
|
||||
|
||||
Gtk::ToggleButton *_last_active_button;
|
||||
uint8_t _active_channel;
|
||||
Gtk::ToggleButton* _last_active_button;
|
||||
uint8_t _active_channel;
|
||||
};
|
||||
|
||||
class MidiMultipleChannelSelector : public MidiChannelSelector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue