OneSampleBuffer¶
One sample buffer for control signals.
This is primarily meant to handle default values for multi-channel user-provided control signals that update at most once per tick (i.e., there is only one sample per tick). The initial value of the control signal is sourced from the initi_values argument, and thereafter the initial value is optionally updated based on the data of the input signal. There is a distinct 'null' value, which will not override the default values, to allow users to override the defaults only partially. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
initial_values¶
These values are the initial values assigned to the output. The dict use channel names as the key values.
null_value¶
The null value. If the input signal contains this value in any of its channels, the current value in the buffer will not be updated.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.