Changed send/deliver role "Personal" to "Foldback" so bus type can match
[ardour.git] / libs / ardour / ardour / delivery.h
index 88db428600f370e968d56cda25d5a6fb60c206b7..63d423b8fb6320165f51a8b43909a71eaa1b85e1 100644 (file)
@@ -49,8 +49,8 @@ public:
                Listen = 0x8,
                /* aux - internal send used to deliver to any bus, by user request */
                Aux    = 0x10,
-               /* personal - internal send used only to deliver to a personal monitor bus */
-               Personal = 0x20
+               /* foldback - internal send used only to deliver to a personal monitor bus */
+               Foldback = 0x20
        };
 
        static bool role_requires_output_ports (Role r) { return r == Main || r == Send || r == Insert; }