mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add RegionList to TriggerPage
This commit is contained in:
parent
37877fbdc2
commit
c0ac99003b
5 changed files with 64 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include "midi_trigger_properties_box.h"
|
||||
#include "slot_properties_box.h"
|
||||
#include "trigger_clip_picker.h"
|
||||
#include "trigger_region_list.h"
|
||||
#include "trigger_master.h"
|
||||
|
||||
class TriggerStrip;
|
||||
|
|
@ -103,6 +104,7 @@ private:
|
|||
Gtk::VBox _sidebar_vbox;
|
||||
Gtk::Notebook _sidebar_notebook;
|
||||
TriggerClipPicker _trigger_clip_picker;
|
||||
TriggerRegionList _trigger_region_list;
|
||||
|
||||
CueBoxWidget _cue_box;
|
||||
FittedCanvasWidget _master_widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue