Mercurial > hg > sonic-visualiser
comparison transform/TransformFactory.cpp @ 26:d88d117e0c34
* Add mono timestretch toggle button; some more work on getting blocksize etc
parameters through to plugins
author | Chris Cannam |
---|---|
date | Mon, 18 Sep 2006 16:43:17 +0000 |
parents | 582f4d6e82c7 |
children | 61259228d029 |
comparison
equal
deleted
inserted
replaced
25:e74f508db18c | 26:d88d117e0c34 |
---|---|
411 if (dialog->exec() == QDialog::Accepted) { | 411 if (dialog->exec() == QDialog::Accepted) { |
412 ok = true; | 412 ok = true; |
413 } | 413 } |
414 configurationXml = PluginXml(plugin).toXmlString(); | 414 configurationXml = PluginXml(plugin).toXmlString(); |
415 channel = dialog->getChannel(); | 415 channel = dialog->getChannel(); |
416 | |
417 //!!! where now for step size, block size, etc? | |
418 // dialog->getProcessingParameters(stepSize, blockSize, windowType); | |
419 | |
416 delete dialog; | 420 delete dialog; |
417 delete plugin; | 421 delete plugin; |
418 } | 422 } |
419 | 423 |
420 if (ok) m_lastConfigurations[name] = configurationXml; | 424 if (ok) m_lastConfigurations[name] = configurationXml; |