mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 01:13:55 +02:00
Print the plugin type during initialisation
This commit is contained in:
@@ -50,6 +50,12 @@ class Vst2PluginBridge {
|
||||
*/
|
||||
Vst2PluginBridge(audioMasterCallback host_callback);
|
||||
|
||||
/**
|
||||
* The type of the plugin we're dealing with. Passed to the host process and
|
||||
* printed in the initialisation message.
|
||||
*/
|
||||
static constexpr PluginType plugin_type = PluginType::vst2;
|
||||
|
||||
// The four below functions are the handlers from the VST2 API. They are
|
||||
// called through proxy functions in `plugin.cpp`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user