mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
start using the now-compilable MidiView
Nothing yet derives from this, but MIDI display items and drags do use it.
This commit is contained in:
parent
fb1dbb1e9c
commit
a550b6482f
24 changed files with 446 additions and 543 deletions
|
|
@ -85,6 +85,9 @@ public:
|
|||
ArdourCanvas::Container* region_canvas () const { return _region_group; }
|
||||
|
||||
void parameter_changed (std::string const &);
|
||||
uint8_t get_preferred_midi_channel () const;
|
||||
void record_layer_check (std::shared_ptr<ARDOUR::Region>, samplepos_t);
|
||||
void set_note_highlight (bool);
|
||||
|
||||
protected:
|
||||
void setup_rec_box ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue