summaryrefslogtreecommitdiff
path: root/libs/ardour/chan_mapping.cc
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/chan_mapping.cc
parent9a8a164930d02d433175eecef9d0e7119edfa16d (diff)
prepare Plugin Pin Management
Diffstat (limited to 'libs/ardour/chan_mapping.cc')
-rw-r--r--libs/ardour/chan_mapping.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/chan_mapping.cc b/libs/ardour/chan_mapping.cc
index 57734803d2..83ded4141c 100644
--- a/libs/ardour/chan_mapping.cc
+++ b/libs/ardour/chan_mapping.cc
@@ -40,6 +40,11 @@ ChanMapping::ChanMapping(ChanCount identity)
}
}
+ChanMapping::ChanMapping (const ChanMapping& other )
+ : _mappings (other._mappings)
+{
+}
+
uint32_t
ChanMapping::get(DataType t, uint32_t from, bool* valid)
{