mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-12 15:22:14 +02:00
Add the plugin library names to config.h.in
This commit is contained in:
@@ -17,8 +17,18 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* The name of the Wine VST host application, e.g. `yabridge-host.exe` for the
|
||||
* regular 64-bit build.
|
||||
* The name of yabridge's VST2 library, e.g. `libyabridge-vst2.so`.
|
||||
*/
|
||||
constexpr char yabridge_vst2_plugin_name[] = "@vst2_plugin_name@";
|
||||
|
||||
/**
|
||||
* The name of yabridge's VST3 library, e.g. `libyabridge-vst3.so`.
|
||||
*/
|
||||
constexpr char yabridge_vst3_plugin_name[] = "@vst3_plugin_name@";
|
||||
|
||||
/**
|
||||
* The name of the Wine plugin host application, e.g. `yabridge-host.exe` for
|
||||
* the regular 64-bit build.
|
||||
*/
|
||||
constexpr char yabridge_individual_host_name[] =
|
||||
"@individual_host_binary_64bit@";
|
||||
@@ -30,7 +40,7 @@ constexpr char yabridge_individual_host_name[] =
|
||||
constexpr char yabridge_group_host_name[] = "@group_host_binary_64bit@";
|
||||
|
||||
/**
|
||||
* The name of the 32-bit Wine VST host application, e.g.
|
||||
* The name of the 32-bit Wine plugin host application, e.g.
|
||||
* `yabridge-host-32.exe`.` This is used as a bitbridge to be able to load
|
||||
* legacy 32-bit only Windows plugins from a 64-bit Linux host.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user