Skip to content

cycle

The cycle object distributes incoming messages to its outlets in a round-robin fashion. Each message is sent to the next available outlet, wrapping around to the first after the last has been reached. It supports an "event sensitive mode" where new events restart the output from the leftmost outlet, useful for scheduling distinct events.


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 cycle or any other object from cyclone.

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

Similar


    Comments

    Contributors