From cabc48074eb1fd9d9f4ae80520d0f77265ceb664 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 29 Nov 2013 08:06:36 +0000 Subject: [PATCH] Misc --- source/backend/CarlaBackend.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/backend/CarlaBackend.hpp b/source/backend/CarlaBackend.hpp index aeec4aa35..63b24ce24 100644 --- a/source/backend/CarlaBackend.hpp +++ b/source/backend/CarlaBackend.hpp @@ -260,7 +260,7 @@ enum EngineCallbackOpcode SIZE_INT { * A plugin has been disabled. * \param valueStr Error details */ - ENGINE_CALLBACK_PLUGIN_DISABLED = 4, + ENGINE_CALLBACK_PLUGIN_UNAVAILABLE = 4, // FIXME? /*! * A parameter value has been changed. @@ -701,6 +701,7 @@ enum EngineTransportMode SIZE_INT { /*! * Opcodes sent from the backend to the frontend, asking for file related tasks. + * Front-end MUST always block-wait for user input. */ enum FileCallbackOpcode SIZE_INT { /*!