diff plugins/DWT.cpp @ 119:2416ef0e9319

* Some fixes prompted by vamp-plugin-tester
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 08 Jun 2009 12:31:08 +0000
parents 4f18ecc172f0
children fb4688d2cca5
line wrap: on
line diff
--- a/plugins/DWT.cpp	Fri Jun 05 15:22:04 2009 +0000
+++ b/plugins/DWT.cpp	Mon Jun 08 12:31:08 2009 +0000
@@ -151,7 +151,7 @@
  
     d.identifier = "wavelet";
     d.name = "Wavelet";
-    d.description = "";
+    d.description = "Wavelet type to use";
     d.unit = "";
     d.minValue = 0.f;
     d.maxValue = int(Wavelet::LastType);