mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Various tweaks to the bundle manager.
git-svn-id: svn://localhost/ardour2/branches/3.0@6030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
040869db5c
commit
660fd702af
8 changed files with 108 additions and 41 deletions
|
|
@ -67,7 +67,7 @@ class BundleEditorMatrix : public PortMatrix
|
|||
class BundleEditor : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
BundleEditor (ARDOUR::Session &, boost::shared_ptr<ARDOUR::UserBundle>, bool);
|
||||
BundleEditor (ARDOUR::Session &, boost::shared_ptr<ARDOUR::UserBundle>);
|
||||
|
||||
protected:
|
||||
void on_map ();
|
||||
|
|
@ -98,6 +98,7 @@ class BundleManager : public ArdourDialog
|
|||
void add_bundle (boost::shared_ptr<ARDOUR::Bundle>);
|
||||
void bundle_changed (ARDOUR::Bundle::Change, boost::shared_ptr<ARDOUR::UserBundle>);
|
||||
void set_button_sensitivity ();
|
||||
void row_activated (Gtk::TreeModel::Path const & p, Gtk::TreeViewColumn* c);
|
||||
|
||||
class ModelColumns : public Gtk::TreeModelColumnRecord
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue