mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Show RegionFX plugin UI in Selection Property Box
This commit is contained in:
parent
f575a48973
commit
938e1dc7e2
5 changed files with 236 additions and 9 deletions
|
|
@ -27,14 +27,13 @@
|
|||
#include "ardour/ardour.h"
|
||||
#include "ardour/session_handle.h"
|
||||
|
||||
#include "widgets/eventboxext.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
}
|
||||
|
||||
class TimeInfoBox;
|
||||
class RegionEditor;
|
||||
class RegionFxPropertiesBox;
|
||||
class RoutePropertiesBox;
|
||||
|
||||
class SelectionPropertiesBox : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
||||
|
|
@ -51,10 +50,11 @@ private:
|
|||
void track_mouse_mode ();
|
||||
void delete_region_editor ();
|
||||
|
||||
TimeInfoBox* _time_info_box;
|
||||
RoutePropertiesBox* _route_prop_box;
|
||||
ArdourWidgets::EventBoxExt _region_editor_box;
|
||||
RegionEditor* _region_editor;
|
||||
TimeInfoBox* _time_info_box;
|
||||
RoutePropertiesBox* _route_prop_box;
|
||||
Gtk::HBox _region_editor_box;
|
||||
RegionEditor* _region_editor;
|
||||
RegionFxPropertiesBox* _region_fx_box;
|
||||
|
||||
PBD::ScopedConnection _region_connection;
|
||||
PBD::ScopedConnection _editor_connection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue