commit e485b24098c1e8f4f91d2429a00ed7b0cc1314ef
parent a4aa2d83c8d51a47402ac0417a365ec0fe36cce3
Author: falkTX <falktx@falktx.com>
Date: Mon, 27 Sep 2021 01:32:59 +0100
Fix some wording
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginVST3.cpp b/distrho/src/DistrhoPluginVST3.cpp
@@ -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.