From 3247c5a51c1bcd1af57d8670efa32015c94ecf4c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 22 Aug 2013 17:46:19 -0400 Subject: [PATCH] undo the hiding of SR-dependent LV2 ports --- libs/ardour/lv2_plugin.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index 219271a7e1..484965e8f4 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -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");