new functionality to add MIDI ports from the options editor, not totally finished...
[ardour.git] / libs / midi++2 / midi++ / factory.h
index f2963624fe048af4d0ca4eaddd570740d41b50e6..186c3973e37c162271b1c1fda73b79c12a58d42a 100644 (file)
@@ -23,6 +23,7 @@
 #include <string>
 
 #include <midi++/port.h>
+#include <midi++/port_request.h>
 
 namespace MIDI {
 
@@ -31,6 +32,8 @@ class PortFactory {
        Port *create_port (PortRequest &req);
 
        static bool ignore_duplicate_devices (Port::Type);
+       static int get_known_ports (std::vector<PortSet>&);
+       static std::string default_port_type ();
 };
 
 } // namespace MIDI