summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/chan_mapping.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-08 18:16:19 +0200
committerRobin Gareus <robin@gareus.org>2016-04-08 18:16:19 +0200
commite27096b054cbaa5c58063f96ee64b3af3af3e7bd (patch)
tree3630627a1de9c6592d21adb800f1e686e89310f9 /libs/ardour/ardour/chan_mapping.h
parent752662051a1d7217ce842ded78d1ee8e041a112f (diff)
consistent count/n_total API
Diffstat (limited to 'libs/ardour/ardour/chan_mapping.h')
-rw-r--r--libs/ardour/ardour/chan_mapping.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/chan_mapping.h b/libs/ardour/ardour/chan_mapping.h
index f1ffef373e..ac546e3bbd 100644
--- a/libs/ardour/ardour/chan_mapping.h
+++ b/libs/ardour/ardour/chan_mapping.h
@@ -88,7 +88,9 @@ public:
*/
bool is_monotonic () const;
- uint32_t count () const;
+ uint32_t n_total () const;
+
+ ChanCount count () const;
XMLNode* state(const std::string& name) const;