Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
cabc48074e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/backend/CarlaBackend.hpp

+ 2
- 1
source/backend/CarlaBackend.hpp View File

@@ -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 {
/*!


Loading…
Cancel
Save