audio clip editor: trivial packing onto trigger page
This commit is contained in:
parent
e1a5c5ccca
commit
00f1dc8725
@ -55,6 +55,9 @@ TriggerPage::TriggerPage ()
|
||||
load_bindings ();
|
||||
register_actions ();
|
||||
|
||||
_clip_editor = new AudioClipEditor;
|
||||
_parameter_box.pack_start (*_clip_editor);
|
||||
|
||||
#if 1 /* Placeholders */
|
||||
_slot_area_box.pack_start (*Gtk::manage (new Gtk::Label ("Fixed\nWidth\nSlot\nArea")));
|
||||
_browser_box.pack_start (*Gtk::manage (new Gtk::Label ("File Browser")));
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "widgets/tabbable.h"
|
||||
|
||||
class TriggerStrip;
|
||||
class AudioClipEditor;
|
||||
|
||||
class TriggerPage : public ArdourWidgets::Tabbable, public ARDOUR::SessionHandlePtr, public PBD::ScopedConnectionList
|
||||
{
|
||||
@ -76,6 +77,8 @@ private:
|
||||
Gtk::VBox _browser_box;
|
||||
Gtk::HBox _parameter_box;
|
||||
|
||||
AudioClipEditor* _clip_editor;
|
||||
|
||||
std::list<TriggerStrip*> _strips;
|
||||
sigc::connection _fast_screen_update_connection;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user