refine self-automating plugin interface
[ardour.git] / libs / ardour / ardour / chan_mapping.h
index f1ffef373e45d85193c2ed5c5d4558e82ea6abdb..ac546e3bbd6000b180ec22db4a20b1c600d307bb 100644 (file)
@@ -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;