summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_insert.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-25 19:08:21 +0100
committerRobin Gareus <robin@gareus.org>2016-03-25 19:08:21 +0100
commit79d63d870186e421957e1f5086a7af7d9549b292 (patch)
tree5b394be494d5743925af18c94fbeb7c39b0b4a37 /libs/ardour/ardour/plugin_insert.h
parent9a8a164930d02d433175eecef9d0e7119edfa16d (diff)
prepare Plugin Pin Management
Diffstat (limited to 'libs/ardour/ardour/plugin_insert.h')
-rw-r--r--libs/ardour/ardour/plugin_insert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/plugin_insert.h b/libs/ardour/ardour/plugin_insert.h
index ffa55b9eaa..ed97126e34 100644
--- a/libs/ardour/ardour/plugin_insert.h
+++ b/libs/ardour/ardour/plugin_insert.h
@@ -27,6 +27,7 @@
#include "ardour/ardour.h"
#include "ardour/libardour_visibility.h"
+#include "ardour/chan_mapping.h"
#include "ardour/types.h"
#include "ardour/parameter_descriptor.h"
#include "ardour/processor.h"
@@ -204,6 +205,8 @@ class LIBARDOUR_API PluginInsert : public Processor
/** details of the match currently being used */
Match _match;
+ ARDOUR::ChanMapping _in_map;
+ ARDOUR::ChanMapping _out_map;
void automation_run (BufferSet& bufs, framepos_t start, pframes_t nframes);
void connect_and_run (BufferSet& bufs, pframes_t nframes, framecnt_t offset, bool with_auto, framepos_t now = 0);