Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA modules
[ardour.git] / libs / ardour / ardour / io.h
index 69297fff0452dff75a4d070e0aafd5e79ff33e18..adad0c753fa1036f1a2e8474530e8b5a2e9d040b 100644 (file)
@@ -94,7 +94,7 @@ class IO : public SessionObject, public Latent
 
        int ensure_io (ChanCount cnt, bool clear, void *src);
 
-       int connect_ports_to_bundle (boost::shared_ptr<Bundle>, void *);
+        int connect_ports_to_bundle (boost::shared_ptr<Bundle>, bool exclusive, void *);
        int disconnect_ports_from_bundle (boost::shared_ptr<Bundle>, void *);
 
        BundleList bundles_connected ();