zl
The zl
object is a versatile Pure Data list processor that performs various operations on incoming lists based on its selected mode. It can manipulate list order (e.g., sort
, rev
, rot
, scramble
), extract or insert elements (mth
, nth
, slice
, group
, iter
, lace
, delace
, lookup
, indexmap
), compare and filter lists (change
, compare
, filter
, sect
, thin
, unique
), or perform basic arithmetic (sum
, median
). It also offers storage mechanisms like queue
(FIFO) and stack
(LIFO).
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, usezl
or any other object fromcyclone
. - Library developed mainly by Alexandre Torres Porres.
- Report Bugs/Errors here!
- Available for .