Skip to content

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 to ToolsFind Externals. Search for cyclone and install it. Then create an object with declare -lib cyclone -path cyclone. Finally, use next or any other object from cyclone.

  • Library developed mainly by Alexandre Torres Porres.
  • Report Bugs/Errors here!
  • Available for .

Similar


    Comments

    Contributors