mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
first pass at internal sends. this is a very tentative work in progress, and it is possible that major changes may follow in the near future. it is certainly not complete, but the fundamental changes to Port/Buffer operation merit a commit at this point
git-svn-id: svn://localhost/ardour2/branches/3.0@4464 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ee62ee07d3
commit
70b939da4f
48 changed files with 679 additions and 404 deletions
|
|
@ -167,7 +167,7 @@ class RouteParams_UI : public ArdourDialog
|
|||
Glib::RefPtr<Gtk::ListStore> route_display_model;
|
||||
|
||||
|
||||
void add_routes (ARDOUR::Session::RouteList&);
|
||||
void add_routes (ARDOUR::RouteList&);
|
||||
|
||||
void route_name_changed (boost::shared_ptr<ARDOUR::Route> route);
|
||||
void route_removed (boost::shared_ptr<ARDOUR::Route> route);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue