diff transform/TransformFactory.cpp @ 508:1b8c748fd7ea

* Support recording the summary type in transform
author Chris Cannam
date Fri, 05 Dec 2008 16:18:04 +0000
parents 81963c51b488
children 2d551c765d51
line wrap: on
line diff
--- a/transform/TransformFactory.cpp	Fri Dec 05 14:19:04 2008 +0000
+++ b/transform/TransformFactory.cpp	Fri Dec 05 16:18:04 2008 +0000
@@ -725,9 +725,11 @@
 {
     Vamp::PluginBase *plugin = instantiateDefaultPluginFor
         (transform.getIdentifier(), transform.getSampleRate());
+
     if (plugin) {
         setPluginParameters(transform, plugin);
     }
+
     return plugin;
 }