Fix copy+paste error for mb32c filter freq.
authorBen Loftis <ben@harrisonconsoles.com>
Sat, 13 May 2017 12:26:55 +0000 (07:26 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Sat, 13 May 2017 12:27:08 +0000 (07:27 -0500)
libs/ardour/route.cc

index acb471303bc94adec836c20e1f4087820732ff5d..41d85bcda5a9161b32958a3ecd2708e9309adb03 100644 (file)
@@ -5105,7 +5105,7 @@ Route::eq_hpf_controllable () const
                return boost::shared_ptr<AutomationControl>();
        }
 #ifdef MIXBUS32C
-       return boost::dynamic_pointer_cast<ARDOUR::AutomationControl> (eq->control (Evoral::Parameter (ARDOUR::PluginAutomation, 0, 3)));
+       return boost::dynamic_pointer_cast<ARDOUR::AutomationControl> (eq->control (Evoral::Parameter (ARDOUR::PluginAutomation, 0, 5)));
 #else
        return boost::dynamic_pointer_cast<ARDOUR::AutomationControl> (eq->control (Evoral::Parameter (ARDOUR::PluginAutomation, 0, 2)));
 #endif