tweak transport bar spacing
[ardour.git] / libs / pbd / controllable_descriptor.cc
index 86f96bb50ccfa78cca3c18b9983c1d21d40d3364..392b917ec888d514e4e9cfb85bd19851437702ac 100644 (file)
@@ -84,9 +84,11 @@ ControllableDescriptor::set (const std::string& str)
        } else if (path[1] == "balance") {
                _subtype = Balance;
 
-       } else if (path[1] == "pan") {
-               _subtype = Pan;
-               _target.push_back (atoi (rest[1]));
+       } else if (path[1] == "panwidth") {
+               _subtype = PanWidth;
+
+       } else if (path[1] == "pandirection") {
+               _subtype = PanDirection;
 
        } else if (path[1] == "plugin") {
                if (path.size() == 3 && rest.size() == 3) {