Browse Source

Fix a comment

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.7
falkTX 1 year ago
parent
commit
fb2ee3a8f7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginBridge.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginBridge.cpp View File

@@ -2339,7 +2339,7 @@ public:
} break;

case kPluginBridgeNonRtServerParameterData2: {
// uint/index, uint/size, str[] (name), uint/size, str[] (unit)
// uint/index, uint/size, str[] (name), uint/size, str[] (symbol), uint/size, str[] (unit)
const uint32_t index = fShmNonRtServerControl.readUInt();

// name


Loading…
Cancel
Save