|
|
@@ -1393,11 +1393,13 @@ void CarlaEngine::callback(const bool sendHost, const bool sendOSC, |
|
|
|
{ |
|
|
|
#ifdef DEBUG |
|
|
|
if (pData->isIdling) |
|
|
|
carla_stdout("CarlaEngine::callback [while idling] (%i:%s, %i, %i, %i, %i, %f, \"%s\")", |
|
|
|
carla_stdout("CarlaEngine::callback [while idling] (%s, %s, %i:%s, %i, %i, %i, %i, %f, \"%s\")", |
|
|
|
bool2str(sendHost), bool2str(sendOSC), |
|
|
|
action, EngineCallbackOpcode2Str(action), pluginId, value1, value2, value3, |
|
|
|
static_cast<double>(valuef), valueStr); |
|
|
|
else if (action != ENGINE_CALLBACK_IDLE && action != ENGINE_CALLBACK_NOTE_ON && action != ENGINE_CALLBACK_NOTE_OFF) |
|
|
|
carla_debug("CarlaEngine::callback(%i:%s, %i, %i, %i, %i, %f, \"%s\")", |
|
|
|
carla_debug("CarlaEngine::callback(%s, %s, %i:%s, %i, %i, %i, %i, %f, \"%s\")", |
|
|
|
bool2str(sendHost), bool2str(sendOSC), |
|
|
|
action, EngineCallbackOpcode2Str(action), pluginId, value1, value2, value3, |
|
|
|
static_cast<double>(valuef), valueStr); |
|
|
|
#endif |
|
|
|