comparison transform/TransformFactory.cpp @ 42:c0ae41c72421

* Bypass auditioning plugin on xrun
author Chris Cannam
date Wed, 04 Oct 2006 11:54:32 +0000
parents fbd7a497fd89
children 5a72bf7490ae
comparison
equal deleted inserted replaced
41:fbd7a497fd89 42:c0ae41c72421
532 true, 532 true,
533 frequency); 533 frequency);
534 if (dialog->exec() == QDialog::Accepted) { 534 if (dialog->exec() == QDialog::Accepted) {
535 ok = true; 535 ok = true;
536 } 536 }
537
537 configurationXml = PluginXml(plugin).toXmlString(); 538 configurationXml = PluginXml(plugin).toXmlString();
538 context.channel = dialog->getChannel(); 539 context.channel = dialog->getChannel();
539 540
540 dialog->getProcessingParameters(context.stepSize, 541 dialog->getProcessingParameters(context.stepSize,
541 context.blockSize, 542 context.blockSize,