Defines how the network's computational results are exposed.
| Enumerator |
|---|
| NONE | Pure internal state, no external output.
|
| AUDIO_SINK | Aggregated audio samples sent to output.
|
| AUDIO_COMPUTE | processed each cycle but not sent to output
|
| GRAPHICS_BIND | State available for visualization (read-only)
|
| CUSTOM | User-defined output handling via callbacks.
|
Definition at line 26 of file NodeNetwork.hpp.
26 : uint8_t {
27 NONE,
31 CUSTOM
32};
@ GRAPHICS_BIND
State available for visualization (read-only)
@ AUDIO_COMPUTE
processed each cycle but not sent to output
@ AUDIO_SINK
Aggregated audio samples sent to output.