|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Register a fully constructed Mapped<T> and own its sync loop.
Delegates record and reader/writer setup to the existing register_element overload, then spawns a per-frame GraphicsRoutine that calls mapped.sync(). The routine is stored in outbound_tasks and cancelled by unbind().
mapped must outlive the Bridge registration.
| T | MappedState value type. |
| mapped | Fully constructed Mapped<T>, typically from create_element. |
| project | Optional T -> float projection for outbound readers. Identity cast used if empty. |
Definition at line 349 of file Bridge.hpp.