mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 02:13:56 +02:00
Fix typo in vst2.cpp
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
using VstEntryPoint = AEffect*(VST_CALL_CONV*)(audioMasterCallback);
|
using VstEntryPoint = AEffect*(VST_CALL_CONV*)(audioMasterCallback);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This ugly global is needed so we can get the instance of a `Brdige` class
|
* This ugly global is needed so we can get the instance of a `Vst2Bridge` class
|
||||||
* from an `AEffect` when it performs a host callback during its initialization.
|
* from an `AEffect` when it performs a host callback during its initialization.
|
||||||
*/
|
*/
|
||||||
Vst2Bridge* current_bridge_instance = nullptr;
|
Vst2Bridge* current_bridge_instance = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user