new internal port type, round I, plus tiny fix for legalize_for_xml() (also for 2...
[ardour.git] / libs / ardour / ardour / types.h
index 5b5071331352f9ed50e28e214fac0c4f5e6f0365..0c5a8e044f080a55cbb8d64043812224b627f96e 100644 (file)
@@ -379,6 +379,11 @@ namespace ARDOUR {
                SrcFastest
        };
 
+       enum PortType {
+               Jack,
+               Internal
+       };
+
 } // namespace ARDOUR
 
 std::istream& operator>>(std::istream& o, ARDOUR::SampleFormat& sf);