newbie question: is there a node that leaves through information on a specific condition?
i just know this from PD (pure data) where i would do this as follows:
store the value (the store node outputs the stored value on bang/trigger)
check for condition, if condition then bang the store object
i guess, you mean the “s+h” node, that stores an incoming value only if the “set” pin is 1. You can even create spreads with stored values by using the “queue” node.