diff plugin/DSSIPluginInstance.cpp @ 83:b2067aff8cd6

* Fix crash in spectrogram layer when replacing model * Change sample player's sample path to a single sample directory. This makes it immune to OS path separator differences, and ensures it can reject configure calls that try to set a nonexistent directory. Reloading play parameters (e.g. sample program) should now work. * some win32 fixes.
author Chris Cannam
date Wed, 26 Apr 2006 16:00:13 +0000
parents 163f3428bbe0
children 97e085895524
line wrap: on
line diff
--- a/plugin/DSSIPluginInstance.cpp	Wed Apr 26 14:09:55 2006 +0000
+++ b/plugin/DSSIPluginInstance.cpp	Wed Apr 26 16:00:13 2006 +0000
@@ -846,6 +846,8 @@
 	}
 	qm = qm + message;
 	free(message);
+
+        std::cerr << "DSSIPluginInstance::configure: warning: configure returned message: \"" << qm.toStdString() << "\"" << std::endl;
     }
 
     return qm;