mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 04:50:14 +02:00
Add more todos for VST3 handling
This commit is contained in:
@@ -42,6 +42,13 @@ Vst3Bridge::Vst3Bridge(MainContext& main_context,
|
||||
}
|
||||
|
||||
void Vst3Bridge::run() {
|
||||
// TODO: Remove, this is just for type checking
|
||||
if (false) {
|
||||
boost::asio::local::stream_protocol::socket* socket;
|
||||
YaPluginFactory* object;
|
||||
write_object(*socket, *object);
|
||||
}
|
||||
|
||||
// TODO: Handle events
|
||||
// sockets.host_vst_control.receive_messages(
|
||||
// std::nullopt, [&](ControlRequest request) -> ControlResponse {
|
||||
|
||||
Reference in New Issue
Block a user