triggerbox: new trigger_property widgets, because trigger data != a region

This commit is contained in:
Ben Loftis 2021-12-15 18:08:15 -06:00
parent 2e48fbc8cb
commit a15397f746
8 changed files with 31 additions and 42 deletions

View file

@ -28,6 +28,7 @@ namespace ArdourWidgets {
class HSliderController;
}
class TriggerPropertiesBox;
class RegionPropertiesBox;
class RegionOperationsBox;
class ClipEditorBox;
@ -105,7 +106,7 @@ class TriggerWindow : public Gtk::Window
bool on_key_press_event (GdkEventKey*);
bool on_key_release_event (GdkEventKey*);
RegionPropertiesBox *_prop_box;
TriggerPropertiesBox *_trig_box;
RegionOperationsBox *_ops_box;
ClipEditorBox *_trim_box;
};