Don't use VST-provided memory when loading chunks (#3805)

This commit is contained in:
DomClark
2017-09-20 23:00:19 +01:00
committed by Umcaruje
parent 8a39302571
commit fb5a58a526
2 changed files with 5 additions and 16 deletions

View File

@@ -101,6 +101,7 @@ const int effEditOpen = 14;
const int effEditClose = 15;
const int effEditIdle = 19;
const int effEditTop = 20;
const int effSetChunk = 24;
const int effProcessEvents = 25;
const int effGetEffectName = 45;
const int effGetVendorString = 47;