sync
aliases: [ceammc/sync]
value synchronization
available since version: 0.9.1
The value send to inlet repeated to all outlets except from the current one. This prevents infinite loops
arguments:
- N
number of synchronized values
type: int
properties:
- @n (initonly)
Get/set number of synced values
type: int
range: 2..8
default: 2
inlets:
- first synchronized input
type: control
- … synchronized input
type: control
- n-th synchronized input
type: control
outlets:
- first synchronized output
type: control
- … synchronized output
type: control
- n-th synchronized output
type: control
keywords:
sync
Authors: Serge Poltavsky
License: GPL3 or later