Add more todos for VST3 handling

This commit is contained in:
Robbert van der Helm
2020-12-05 02:34:47 +01:00
parent 27892d9e40
commit 930ebbf7d1
2 changed files with 30 additions and 7 deletions
+7
View File
@@ -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 {