From 5fb5a20e0884474e3a16e6cb79fda916823230d1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 25 Mar 2016 20:34:42 +0100 Subject: add a dedicated channel map per plugin --- libs/ardour/ardour/plugin_insert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/plugin_insert.h b/libs/ardour/ardour/plugin_insert.h index fa1fc1be95..7a3dd981dd 100644 --- a/libs/ardour/ardour/plugin_insert.h +++ b/libs/ardour/ardour/plugin_insert.h @@ -216,8 +216,8 @@ class LIBARDOUR_API PluginInsert : public Processor /** details of the match currently being used */ Match _match; - ARDOUR::ChanMapping _in_map; - ARDOUR::ChanMapping _out_map; + std::map _in_map; + std::map _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); -- cgit v1.2.3