Browse Source

Fix some wording

Signed-off-by: falkTX <falktx@falktx.com>
pull/330/head
falkTX 3 years ago
parent
commit
e485b24098
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginVST3.cpp

+ 1
- 1
distrho/src/DistrhoPluginVST3.cpp View File

@@ -689,7 +689,7 @@ public:
}

/* state: we pack pairs of key-value strings each separated by a null/zero byte.
* states come first, then current-program and then parameters.
* current-program comes first, then dpf key/value states and then parameters.
* parameters are simply converted to/from strings and floats.
* the parameter symbol is used as the "key", so it is possible to reorder them or even remove and add safely.
* there are markers for begin and end of state and parameters, so they never conflict.


Loading…
Cancel
Save