mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Add Bitwig+Chromaphone 3 as a hide_daw candidate
Under Bitwig, the plugin will crash when trying to enter text unless you hide the DAW the plugin is being hosted under.
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ constexpr time_t audio_thread_priority_synchronization_interval = 10;
|
||||
* When the `hide_daw` compatibility option is enabled, we'll report this
|
||||
* instead of the actual DAW's name. This can be useful when plugins are
|
||||
* hardcoded to behave differently in certain DAWs, and when that different
|
||||
* behaviour causes issues under Wine. Examples of this are Melodyne 5 under
|
||||
* REAPER, and AAS Chromaphone 3 under Bitwig.
|
||||
* behaviour causes issues under Wine. An example of such a plugin is AAS
|
||||
* Chromaphone 3 when run under Bitwig.
|
||||
*/
|
||||
constexpr char product_name_override[] = "Get yabridge'd";
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user