13
0

undo the hiding of SR-dependent LV2 ports

This commit is contained in:
Paul Davis 2013-08-22 17:46:19 -04:00
parent 868112bece
commit 3247c5a51c

View 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");