mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Remove more old todos
This commit is contained in:
@@ -167,8 +167,6 @@ HostBridge::HostBridge(audioMasterCallback host_callback)
|
|||||||
// Read the plugin's information from the Wine process. This can only be
|
// Read the plugin's information from the Wine process. This can only be
|
||||||
// done after we started accepting host callbacks as the plugin might do
|
// done after we started accepting host callbacks as the plugin might do
|
||||||
// this during initialization.
|
// this during initialization.
|
||||||
// XXX: If the plugin has crashed then this read should fail instead of
|
|
||||||
// blocking indefinitely, check if this is the case
|
|
||||||
plugin = read_object(vst_host_aeffect, plugin);
|
plugin = read_object(vst_host_aeffect, plugin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,8 +53,6 @@ VST_EXPORT AEffect* VSTPluginMain(audioMasterCallback host_callback) {
|
|||||||
// received.
|
// received.
|
||||||
HostBridge* bridge = new HostBridge(host_callback);
|
HostBridge* bridge = new HostBridge(host_callback);
|
||||||
|
|
||||||
// TODO: Debug print information about the loaded plugin
|
|
||||||
|
|
||||||
return &bridge->plugin;
|
return &bridge->plugin;
|
||||||
} catch (const std::exception& error) {
|
} catch (const std::exception& error) {
|
||||||
std::cerr << "Error during initialization:" << std::endl;
|
std::cerr << "Error during initialization:" << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user