Mercurial > hg > sonic-visualiser
comparison 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 |
comparison
equal
deleted
inserted
replaced
51:5f9fdca0c7d8 | 52:527598e2fa10 |
---|---|
322 userDescription = pluginDescription; | 322 userDescription = pluginDescription; |
323 } | 323 } |
324 | 324 |
325 | 325 |
326 transforms[transformName] = | 326 transforms[transformName] = |
327 TransformDesc(tr("Effects Measurements"), | 327 TransformDesc(tr("Effects Data"), |
328 category, | 328 category, |
329 transformName, | 329 transformName, |
330 userDescription, | 330 userDescription, |
331 userDescription, | 331 userDescription, |
332 descriptor->maker.c_str(), | 332 descriptor->maker.c_str(), |