diff 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
line wrap: on
line diff
--- a/document/Document.cpp	Wed Oct 11 16:18:51 2006 +0000
+++ b/document/Document.cpp	Thu Oct 12 14:56:28 2006 +0000
@@ -318,6 +318,8 @@
 	return;
     }
 
+    std::cerr << "Document::addDerivedModel: source is " << inputModel << " \"" << inputModel->objectName().toStdString() << std::endl;
+
     ModelRecord rec;
     rec.source = inputModel;
     rec.transform = transform;