Use XMLNode::get/set_property in ARDOUR::IO class
[ardour.git] / libs / ardour / ardour / io.h
index db0f2c3cf8ca9907e5a0033f589da65b29245418..ae3865168e8f28bc2f8a260600606ecbb6f8dd83 100644 (file)
@@ -30,6 +30,7 @@
 #include "pbd/undo.h"
 #include "pbd/statefuldestructible.h"
 #include "pbd/controllable.h"
+#include "pbd/enum_convert.h"
 
 #include "ardour/ardour.h"
 #include "ardour/automation_control.h"
@@ -258,4 +259,8 @@ class LIBARDOUR_API IO : public SessionObject, public Latent
 
 } // namespace ARDOUR
 
+namespace PBD {
+       DEFINE_ENUM_CONVERT (ARDOUR::IO::Direction)
+}
+
 #endif /*__ardour_io_h__ */