changeset 281:c860f892c3d7

* add some missing descriptions (pointed out by vamp-plugin-tester)
author cannam
date Wed, 18 Mar 2009 12:20:04 +0000
parents 9b831bd58aa7
children e0b7a35ea18e
files examples/AmplitudeFollower.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/examples/AmplitudeFollower.cpp	Tue Mar 17 19:56:12 2009 +0000
+++ b/examples/AmplitudeFollower.cpp	Wed Mar 18 12:20:04 2009 +0000
@@ -132,7 +132,7 @@
     OutputDescriptor sca;
     sca.identifier = "amplitude";
     sca.name = "Amplitude";
-    sca.description = "";
+    sca.description = "The peak tracked amplitude for the current processing block";
     sca.unit = "V";
     sca.hasFixedBinCount = true;
     sca.binCount = 1;
@@ -152,7 +152,7 @@
     ParameterDescriptor att;
     att.identifier = "attack";
     att.name = "Attack time";
-    att.description = "";
+    att.description = "The 60dB convergence time for an increase in amplitude";
     att.unit = "s";
     att.minValue = 0.0f;
     att.maxValue = 1.f;
@@ -164,7 +164,7 @@
     ParameterDescriptor dec;
     dec.identifier = "release";
     dec.name = "Release time";
-    dec.description = "";
+    dec.description = "The 60dB convergence time for a decrease in amplitude";
     dec.unit = "s";
     dec.minValue = 0.0f;
     dec.maxValue = 1.f;