Browse Source

Fix LV2 event out size for readable states

Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
parent
commit
c28c8b9e15
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      distrho/src/DistrhoPluginLV2.cpp

+ 2
- 0
distrho/src/DistrhoPluginLV2.cpp View File

@@ -772,6 +772,8 @@ public:
lv2_atom_forge_string(&atomForge, value.buffer(), static_cast<uint32_t>(value.length()+1));

lv2_atom_forge_pop(&atomForge, &forgeFrame);

msgSize = ((LV2_Atom*)msgBuf)->size;
}
else
{


Loading…
Cancel
Save