This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix LV2 event out size for readable states
Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX
Filipe Coelho
<falktx@falktx.com>
3 years ago
parent
a0b25654c9
commit
c28c8b9e15
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save