mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
undo the hiding of SR-dependent LV2 ports
This commit is contained in:
parent
868112bece
commit
3247c5a51c
1 changed files with 0 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue