mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
triggerbox: new trigger_property widgets, because trigger data != a region
This commit is contained in:
parent
2e48fbc8cb
commit
a15397f746
8 changed files with 31 additions and 42 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue