mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Merge yabridge-group.exe and yabridge-host.exe
They were 95% the same, so this makes a lot more sense this way. When group host processes were introduced yabridge only did VST2 bridging, but we already have a plugin type argument anyways so might as well reuse that for group hosts.
This commit is contained in:
@@ -819,11 +819,10 @@ meson setup build --buildtype=release --cross-file cross-wine.conf -Dbitbridge=t
|
||||
ninja -C build
|
||||
```
|
||||
|
||||
This will produce four files called `yabridge-host-32.exe`,
|
||||
`yabridge-host-32.exe.so`, `yabridge-group-32.exe` and
|
||||
`yabridge-group-32.exe.so`. Yabridge will detect whether the plugin you're
|
||||
trying to load is 32-bit or 64-bit, and will run either the regular version or
|
||||
the `*-32.exe` variant accordingly.
|
||||
This will produce a second plugin host binary called `yabridge-host-32.exe`.
|
||||
Yabridge will detect whether the plugin you're trying to load is 32-bit or
|
||||
64-bit, and will run either the regular version or the `*-32.exe` variant
|
||||
accordingly.
|
||||
|
||||
### 32-bit libraries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user