diff --git a/SpiralSynthModular.C b/SpiralSynthModular.C index 1267d82..182865d 100644 --- a/SpiralSynthModular.C +++ b/SpiralSynthModular.C @@ -137,9 +137,18 @@ void SynthModular::Update() { if (i->second->m_Device) // if it's not a comment { + #ifdef DEBUG_PLUGINS + cerr<<"Updating channelhandler of pluin "<second->m_PluginID<second->m_Device->UpdateChannelHandler(); - // run any commands we've received from the GUI's + + #ifdef DEBUG_PLUGINS + cerr<<"Finished updating"<second->m_Device->ExecuteCommands(); } }