--- linuxsampler/trunk/src/network/lscpserver.cpp 2007/12/05 22:05:28 1551 +++ linuxsampler/trunk/src/network/lscpserver.cpp 2008/01/25 15:06:02 1649 @@ -309,6 +309,9 @@ timeval timeout; while (true) { + #if CONFIG_PTHREAD_TESTCANCEL + TestCancel(); + #endif // check if some engine channel's parameter / status changed, if so notify the respective LSCP event subscribers { std::set engineChannels = EngineChannelFactory::EngineChannelInstances();