mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Implement IPluginFactory3::setHostContext()
Now the plugin factories are fully implemented (at least, functionality wise, we still can't create most kinds of objects).
This commit is contained in:
@@ -380,7 +380,7 @@ class Vst2Sockets : public Sockets {
|
||||
* @param plugin The `AEffect` instance that should be passed to the callback
|
||||
* function. During `WantsAEffect` we'll send back a copy of this, and when we
|
||||
* get sent an `AEffect` instance (e.g. during `audioMasterIOChanged()`) we'll
|
||||
* write the updated values to this isntance.
|
||||
* write the updated values to this instance.
|
||||
* @param callback The function to call with the arguments received from the
|
||||
* socket, either `AEffect::dispatcher()` or `audioMasterCallback()`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user