mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fully implement IPluginBase::initialize()
We can now pass host contexts around.
This commit is contained in:
@@ -180,7 +180,7 @@ class Vst3MessageHandler : public AdHocSocketHandler<Thread> {
|
||||
// always know for sure that the function returns the correct
|
||||
// type, and we can scrap a lot of boilerplate elsewhere.
|
||||
std::visit(
|
||||
[&]<typename T>(const T object) {
|
||||
[&]<typename T>(T object) {
|
||||
typename T::Response response = callback(object);
|
||||
|
||||
if (logging) {
|
||||
|
||||
Reference in New Issue
Block a user