mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
Trunk merge conflicts resolved git-svn-id: svn://localhost/ardour2/branches/undo@756 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b0b7234458
commit
79986643c0
372 changed files with 20759 additions and 10250 deletions
|
|
@ -35,7 +35,7 @@ class IOSelector;
|
|||
class SendUI : public Gtk::HBox
|
||||
{
|
||||
public:
|
||||
SendUI (ARDOUR::Send&, ARDOUR::Session&);
|
||||
SendUI (boost::shared_ptr<ARDOUR::Send>, ARDOUR::Session&);
|
||||
~SendUI();
|
||||
|
||||
void update ();
|
||||
|
|
@ -44,7 +44,7 @@ class SendUI : public Gtk::HBox
|
|||
IOSelector* io;
|
||||
|
||||
private:
|
||||
ARDOUR::Send& _send;
|
||||
boost::shared_ptr<ARDOUR::Send> _send;
|
||||
ARDOUR::Session& _session;
|
||||
GainMeter gpm;
|
||||
PannerUI panners;
|
||||
|
|
@ -62,7 +62,7 @@ class SendUI : public Gtk::HBox
|
|||
class SendUIWindow : public Gtk::Window
|
||||
{
|
||||
public:
|
||||
SendUIWindow(ARDOUR::Send&, ARDOUR::Session&);
|
||||
SendUIWindow(boost::shared_ptr<ARDOUR::Send>, ARDOUR::Session&);
|
||||
~SendUIWindow();
|
||||
|
||||
SendUI* ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue