mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Remove are_objects_directly_connected check
It's not necessary, since all of these objects are simple data objects that will be passed as arguments to other functions. When we have to pass through one of those functions we can just serialize the objects at that point.
This commit is contained in:
@@ -16,7 +16,6 @@ This branch is still very far removed from being in a usable state. Below is an
|
||||
incomplete list of things that still have to be done before this can be used:
|
||||
|
||||
- Interfaces left to implement:
|
||||
- `IHostApplication::createComponent()` for indirectly connected objects
|
||||
- `IConnectionPoint::notify()`, and support for indirectly connecting objects
|
||||
through connction proxies
|
||||
- `IEditController2`
|
||||
|
||||
Reference in New Issue
Block a user