mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Merge branch 'master' into feature/vst3
This commit is contained in:
@@ -31,12 +31,8 @@
|
||||
* This is the default plugin host application. It will load the specified
|
||||
* plugin plugin, and then connect back to the `libyabridge-{vst2,vst3}.so`
|
||||
* instance that spawned this over the socket.
|
||||
*
|
||||
* The explicit calling convention is needed to work around a bug introduced in
|
||||
* Wine 5.7: https://bugs.winehq.org/show_bug.cgi?id=49138
|
||||
*/
|
||||
int __cdecl __attribute__((visibility("default")))
|
||||
main(int argc, char* argv[]) {
|
||||
int __attribute__((visibility("default"))) main(int argc, char* argv[]) {
|
||||
set_realtime_priority();
|
||||
|
||||
// We pass plugin format, the name of the VST2 plugin .dll file or VST3
|
||||
|
||||
Reference in New Issue
Block a user