Mercurial > hg > sonic-visualiser
comparison document/Document.cpp @ 54:ec77936c268e
* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
* Add ability to open more than one audio file at once from the command line
* Add plugin input source selection (with some caveats)
* Show name of file being decoded in Ogg/mp3 decode progress dialog
author | Chris Cannam |
---|---|
date | Thu, 12 Oct 2006 14:56:28 +0000 |
parents | 6b6bca31ad53 |
children | ca1e3f5657d5 |
comparison
equal
deleted
inserted
replaced
53:94f1c2747de4 | 54:ec77936c268e |
---|---|
316 std::cerr << "WARNING: Document::addDerivedModel: Model already added" | 316 std::cerr << "WARNING: Document::addDerivedModel: Model already added" |
317 << std::endl; | 317 << std::endl; |
318 return; | 318 return; |
319 } | 319 } |
320 | 320 |
321 std::cerr << "Document::addDerivedModel: source is " << inputModel << " \"" << inputModel->objectName().toStdString() << std::endl; | |
322 | |
321 ModelRecord rec; | 323 ModelRecord rec; |
322 rec.source = inputModel; | 324 rec.source = inputModel; |
323 rec.transform = transform; | 325 rec.transform = transform; |
324 rec.context = context; | 326 rec.context = context; |
325 rec.configurationXml = configurationXml; | 327 rec.configurationXml = configurationXml; |