We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096e19b commit 7e64146Copy full SHA for 7e64146
vstsdk2.4/README
@@ -1 +1,9 @@
1
Place the vstsdk2.4 here, namely "pluginterfaces" and "public.sdk" folders.
2
+
3
+Note for wine 64bit builds, the file `public.sdk/source/vst2.x/vstplugmain.cpp` needs to be changed, so that a few lines have:
4
5
+```
6
+VST_EXPORT VSTCALLBACK AEffect* ...
7
8
9
+The `VSTCALLBACK` needs to be added, otherwise it will not work (due to call convention mismatch).
0 commit comments