undo the hiding of SR-dependent LV2 ports
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 22 Aug 2013 21:46:19 +0000 (17:46 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 22 Aug 2013 21:46:19 +0000 (17:46 -0400)
libs/ardour/lv2_plugin.cc

index 219271a7e1320015862e5d38f3d293c70d4d24f2..484965e8f45b645c75a9e6f4bade84f968d146c5 100644 (file)
@@ -1367,11 +1367,6 @@ LV2Plugin::describe_parameter(Evoral::Parameter which)
                        return X_("hidden");
                }
 
-               if (lilv_port_has_property(_impl->plugin,
-                                       lilv_plugin_get_port_by_index(_impl->plugin, which.id()), _world.lv2_sampleRate)) {
-                       return X_("hidden");
-               }
-
                if (lilv_port_has_property(_impl->plugin,
                                        lilv_plugin_get_port_by_index(_impl->plugin, which.id()), _world.lv2_reportsLatency)) {
                        return X_("latency");