summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2011-04-07 17:19:54 +0000
committerBen Loftis <ben@glw.com>2011-04-07 17:19:54 +0000
commita5d9eebe1375f92f7c9a192945fe601206ef07d5 (patch)
tree7b2a0828b214358a36d55e00d410d133c7282d7b /libs
parentd3b2f9e498ec9548f5d33a3b0016d31d18377813 (diff)
fix for AU param listeners
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9326 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/audio_unit.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/audio_unit.cc b/libs/ardour/audio_unit.cc
index ed107a0840..10a856834d 100644
--- a/libs/ardour/audio_unit.cc
+++ b/libs/ardour/audio_unit.cc
@@ -504,12 +504,11 @@ AUPlugin::init ()
throw failed_constructor();
}
+ create_parameter_listener (AUPlugin::_parameter_change_listener, this, 0.05);
discover_parameters ();
discover_factory_presets ();
Plugin::setup_controls ();
-
- create_parameter_listener (AUPlugin::_parameter_change_listener, this, 0.05);
}
void