Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 5 years ago
parent
commit
6ef554812f
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/CarlaPluginLV2.cpp

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

@@ -377,7 +377,7 @@ struct CarlaPluginLV2Options {
LV2_Options_Option& optUiScale(opts[UiScale]);
optUiScale.context = LV2_OPTIONS_INSTANCE;
optUiScale.subject = 0;
optUiScale.key = kUridParamSampleRate;
optUiScale.key = kUridCarlaUiScale;
optUiScale.size = sizeof(float);
optUiScale.type = kUridAtomFloat;
optUiScale.value = &uiScale;


Loading…
Cancel
Save