Skip to content

Commit 7e64146

Browse files
author
falkTX
committed
Update VST readme, for fixing wine 64bit build
Signed-off-by: falkTX <falktx@gmail.com>
1 parent 096e19b commit 7e64146

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vstsdk2.4/README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
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

Comments
 (0)