Mercurial > hg > svcore
diff plugin/plugins/SamplePlayer.cpp @ 911:73c2fd9a7dbe
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 09:54:20 +0100 |
parents | 2d53205f70cd |
children | b14064bd1f97 |
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.cpp Wed May 07 15:17:58 2014 +0100 +++ b/plugin/plugins/SamplePlayer.cpp Wed May 14 09:54:20 2014 +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;