new functionality to add MIDI ports from the options editor, not totally finished...
[ardour.git] / libs / midi++2 / midi++ / coremidi_midiport.h
index d7df23aa0400ed2d7cec2de49e9355803292c458..20fe739b945e6aa786e832e0153be976344180ce 100644 (file)
@@ -40,6 +40,9 @@ namespace MIDI {
        virtual int selectable() const {
            return -1;
        }
+
+       static int discover (std::vector<PortSet>&);
+
       protected:
        /* Direct I/O */
        int write(byte * msg, size_t msglen);