next
The next
object in Pure Data determines if an incoming message belongs to the same "logical event" as the preceding message. It outputs a bang from its left outlet if the message is a new event (e.g., a single mouse click or a delayed bang), and from its right outlet if it's part of the same event stream (e.g., multiple bangs from uzi
). This is useful for triggering actions once per distinct event or message dump.
AI Generated
This content was generated with the assistance of AI. If you notice any errors, please report them or submit a fix using Submit. Check the prompt used here.
- Download via Deken.
Open
Pd
and go toTools
Find Externals
. Search forcyclone
and install it. Then create an object withdeclare -lib cyclone -path cyclone
. Finally, usenext
or any other object fromcyclone
. - Library developed mainly by Alexandre Torres Porres.
- Report Bugs/Errors here!
- Available for .