diff transform/TransformFactory.cpp @ 52:527598e2fa10

* Handle generator transforms (plugins whose channel count isn't dependent on number of audio inputs, as they have none) * Be less keen to suspend writing FFT data in spectrogram repaint -- only do it if we find we actually need to query the FFT data (i.e. we aren't repainting an area that hasn't been generated at all yet)
author Chris Cannam
date Tue, 10 Oct 2006 19:04:57 +0000
parents 5a72bf7490ae
children 94f1c2747de4
line wrap: on
line diff
--- a/transform/TransformFactory.cpp	Mon Oct 09 10:49:46 2006 +0000
+++ b/transform/TransformFactory.cpp	Tue Oct 10 19:04:57 2006 +0000
@@ -324,7 +324,7 @@
 
 
                 transforms[transformName] = 
-                    TransformDesc(tr("Effects Measurements"),
+                    TransformDesc(tr("Effects Data"),
                                   category,
                                   transformName,
                                   userDescription,