diff plugin/plugins/SamplePlayer.cpp @ 788:2fa49f5caac5 tonioni

sample playback problems
author gyorgyf
date Sat, 13 Apr 2013 20:03:40 +0100
parents 1424aa29ae95
children 2d53205f70cd
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.cpp	Sat Apr 13 15:36:54 2013 +0100
+++ b/plugin/plugins/SamplePlayer.cpp	Sat Apr 13 20:03:40 2013 +0100
@@ -157,6 +157,7 @@
     }
 
     SamplePlayer *player = new SamplePlayer(rate);
+	// std::cerr << "Instantiated sample player " << std::endl;
 
     if (hostDescriptor->request_non_rt_thread(player, workThreadCallback)) {
 	SVDEBUG << "SamplePlayer::instantiate: Host rejected request_non_rt_thread call, not instantiating" << endl;