From cb48bb0e1ccdd8a8324e53e716b2058c2ef3c297 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 19 Jun 2017 12:40:51 +0200 Subject: remove min/max unbound -- LADSPA special case. This explicit case should never have existed in the first place. Plugins can always implicitly exceed the range and are expected to cope with out-of-range values (e.g. meters when fed with a peaking signal may return an out-of-bounds value) --- libs/ardour/audio_unit.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/audio_unit.cc') diff --git a/libs/ardour/audio_unit.cc b/libs/ardour/audio_unit.cc index 5d6204a227..da18b969f5 100644 --- a/libs/ardour/audio_unit.cc +++ b/libs/ardour/audio_unit.cc @@ -806,8 +806,6 @@ AUPlugin::discover_parameters () break; } - d.min_unbound = 0; // lower is bound - d.max_unbound = 0; // upper is bound d.update_steps(); descriptors.push_back (d); -- cgit v1.2.3