mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
mackie: use new route API for universal access to pan/eq/dynamics parameters to provide panning and EQ control
This commit is contained in:
parent
ab3f0f75a8
commit
e3d0de3bf6
6 changed files with 457 additions and 339 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <glibmm/convert.h>
|
||||
|
||||
#include "pbd/stacktrace.h"
|
||||
|
||||
#include "midi++/port.h"
|
||||
|
||||
#include "ardour/audioengine.h"
|
||||
|
|
@ -941,8 +943,6 @@ Surface::map_routes (const vector<boost::shared_ptr<Route> >& routes)
|
|||
for (; s != strips.end(); ++s) {
|
||||
(*s)->set_route (boost::shared_ptr<Route>());
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
static char
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue