zl
Description
Performs several kinds of list processing functions. You set the function with an argument, and can change the function performed with the zl object's inlets and outlets vary according to the selected mode.
message. The behavior of theExamples
Arguments
length [int]
An optional integer arg sets the maximum list length for all modes of operation for the zl object. The default list length is 256, and the maximum list length limit is 32,767.
mode [symbol]
The words zl object. See the message for descriptions of the different modes.
, , , , , , , , , , , , , , , , , , , , , , , , , , , , , or are used as optional arguments to set the mode of thefunction-int [int]
For the following modes of operation, an additional number may be used as an argument to specify the functionality of a given mode:
: Specifies the number of list items beginning at the end of the input list to be sent out the right outlet of the zl object.
: Specifies a number of the most recently stored list items to be output.
: The currently stored contents of the zl object will be output as a series of lists consisting of the number of items specified by this value.
: Specifies the order of an element in the input list (using 0 as the index of the first element of the list) and outputs that element of the list.
: Specifies the order of an element in the input list in numerical form (i.e., 1="the" index of the first element of the list) and outputs that element of the list.
: Specifies the number of places to rotate the currently stored list. Positive values for rotate the list right, and negative values rotate left.
: Specifies the number of list items to be sent out the left outlet of the zl object.
: Specifies the length of the output list. The object will collect this number of items input through the left inlet. After the list-length is complete, the list will be output the left outlet. A or a will be output from the right outlet depending on whether the list-length has been defined or not. A signifies that the list-length has been defined and that the object is now collecting the stream.
function-list [list]
For the following modes of operation, an additional list may be used as an argument to specify the functionality of a given mode:
: The object will accept a list in as an argument. A list in the left inlet will cause the object to immediately output a version of the input-list that does not contain the elements specified in the argument list. The object will also output a list of the indices of all filtered list items. A list in the right inlet will set the list of items to be filtered without causing output.
: The object will accept a list in as an argument. A number in the right inlet will cause the object to output the element located at the list index specified by the number received in the left inlet. (if is received in the right inlet, a received in the left inlet will cause the object to output out of the left output).
: In this mode, the object functions as a register that holds a list. The object will accept a list as an argument to set the initial stored content of the object.
Attributes
fuzzy [atom] (default: 0.)
Fuzzy floating-point comparison epsilon
zlmaxsize [atom_long]
Set the maximum list length for all modes of operation for the zl object. This is the equivalent to using an argument to the object, but allows the list length to be changed dynamically. The default list length is 256, and the maximum list length limit is 32,767.
Common Box Attributes
annotation [symbol]
Sets the text that will be displayed in the Clue window when the user moves the mouse over the object.
background [int] (default: 0)
Adds or removes the object from the patcher's background layer.
adds the object to the background layer, removes it. Objects in the background layer are shown behind all objects in the default foreground layer.color [4 floats]
Sets the color for the object box outline.
fontface [int]
Sets the type style used by the object. The options are:
plain
bold
italic
bold italic
Possible values:
0 = 'regular'
1 = 'bold'
2 = 'italic'
3 = 'bold italic'
fontname [symbol]
Sets the object's font.
fontsize [float]
Sets the object's font size (in points).
Possible values:
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'16'
'18'
'20'
'24'
'30'
'36'
'48'
'64'
'72'
hidden [int] (default: 0)
Toggles whether an object is hidden when the patcher is locked.
hint [symbol]
Sets the text that will be displayed in as a pop-up hint when the user moves the mouse over the object in a locked patcher.
ignoreclick [int] (default: 0)
Toggles whether an object ignores mouse clicks in a locked patcher.
jspainterfile [symbol]
JS Painter File
patching_rect [4 floats] (default: 0. 0. 100. 0.)
Sets the position and size of the object in the patcher window.
position [2 floats]
Sets the object's x and y position in both patching and presentation modes (if the object belongs to its patcher's presentation), leaving its size unchanged.
presentation [int] (default: 0)
Sets whether an object belongs to the patcher's presentation.
presentation_rect [4 floats] (default: 0. 0. 0. 0.)
Sets the x and y position and width and height of the object in the patcher's presentation, leaving its patching position unchanged.
rect [4 floats]
Sets the x and y position and width and height of the object in both patching and presentation modes (if the object belongs to its patcher's presentation).
size [2 floats]
Sets the object's width and height in both patching and presentation modes (if the object belongs to its patcher's presentation), leaving its position unchanged.
textcolor [4 floats]
Sets the color for the object's text in RGBA format.
textjustification [int]
Sets the justification for the object's text.
Possible values:
0 = 'left'
1 = 'center'
2 = 'right'
varname [symbol]
Sets the patcher's scripting name, which can be used to address the object by name in pattr, scripting messages to thispatcher, and the js object.
Messages
bang
int
Arguments
: Specifies the number of list items beginning at the end of the input list to be sent out the right outlet of the zl object. Any remaining list elements beyond the number specified by this inlet are sent out the left outlet of the object.
: Specifies a number of the most recently stored list items to be output.
: The currently stored contents of the zl object will be output as a series of lists consisting of the number of items specified by this value. The final list output may be shorter than the number, depending on the stored contents of the object.
: Specifies the order an element in the input list (using 0 as the index of the first element of the list) and outputs that element of the list.
: Specifies the order an element in the input list in numerical form (i.e., 1=the index of the first element of the list) and outputs that element of the list.
: Specifies the number of places to rotate the currently stored list. Positive values for rotate the list right, and negative values rotate left.
: Specifies the number of list items to be sent out the left outlet of the zl object. Any remaining list elements beyond the number specified by this inlet are sent out the right outlet of the object.
: Specifies the sorting order. sorts the input list in descending order, and the message with any other value sorts the input list in ascending order.
: Specifies the output list length.
float
Arguments
list
Arguments
anything
Arguments
mode
Arguments
setting [int]
: accepts a list in both inlets. A list in the left inlet will trigger output while a list in the right inlet will only set the input without causing output. The object will output the input list only if it is different from the list which was last received. If it is different, the new list is sent out the left outlet along with a out the right outlet. If the list is not different, nothing is sent out the left outlet while a is sent out the right outlet.
: accepts a list in both inlets. A list in the left inlet will trigger output while a list in the right inlet will only set the input without causing output. If the lists in both inlets are the same, a is sent out the left outlet. If the two lists differ, a is sent out the left outlet and a list of the indices for those elements of the lists that differ are sent out the right outlet.
: accepts a list in the left inlet and will output a list out of both outlets which consists of every other element in the input list (if the input list is the left output list is and the right output list is ).
: is used to divide a list into two lists. This mode takes an additional number argument which specifies the size, in elements, of a list. This value can also be specified as an input in the right inlet in this mode. A list received in the left inlet will be split into two lists -- the first list contains the number of items specified by the argument beginning from the end of the list and counting backward toward the first list element, and is sent out the right outlet. Any remaining list elements are sent out the left outlet of the object. Note: Lists are sent out the right outlet first.
: takes an additional number argument which specifies the size, in elements, of a list. A list received in the left inlet will be stored and the length of the list is compared to a number received in the right inlet or an argument to the zl object. If the list of items is longer than the number specified by the right inlet or argument, a list of items of the length specified by the number is sent out the left outlet. Any remaining symbols or list elements are stored.
: The object will accept a list in as an argument. A list of numbers (0-based) in the right inlet will indicate indices of list elements to use to generate a new list. For instance, if is received in the right inlet, received in the left inlet will cause the object to output from the left output). An index less than 0 or greater than/equal to the number of elements of the incoming list will be clamped to 0 and (number of elements - 1).
: takes an additional number argument which specifies the size, in elements, of a list. A symbol list of items received in the left inlet will be stored and sent out the left outlet as a series of lists consisting of the number of items specified by argument or by a number received in the right inlet. The final list output may be shorter than the specified number of items, depending on the stored contents of the zl object.
: accepts a list in both inlets and sends a list out the left outlet which is the combination of both input lists.
: accepts a list in both inlets and will output a list out the left outlet populated with items from both input lists interlaced with each other (if the left input list is and the right input list is the output list is ).
: accepts a list in the left inlet and outputs number of elements in the list out the left outlet.
: accepts a list in the right inlet. Following receipt of this list, a number in the left inlet will cause the object to output the element located at the list index specified by the number received in the left inlet.(if is received in the right inlet, a received in the left inlet will cause the object to output out of the left output).
: accepts a list of numbers and will output the median of those numbers.
: works exactly like mode, except the list index numbering begins with 0 as opposed to 1.
: accepts a list in the left inlet and outputs the nth element of the list out the left outlet.
: functions as a first-in-first-out (FIFO) stack; it outputs the oldest message received.
: functions as a register that holds a list. A list received in the left inlet is sent out the left outlet immediately. A list received in the right inlet is stored. A sends the stored list out the left outlet.
: accepts a list in its left inlet and sends the list out the left outlet in reverse order.
: is used to rotate the contents of a list. An additional argument is used to specify the number of places a list item is to be rotated - positive numbers rotate the list to the right, and negative numbers rotate left. This value can also be specified as an input in the right inlet in this mode.
: accepts a list in either inlet. A list in the left inlet will cause the object to immediately output a scrambled version of the input-list (a list containing the same elements as the input-list but in a randomized order). A list in the right inlet will set the input-list without causing output (a subsequent received in the left inlet will cause a randomized version of the right-input list to be sent out the object's left outlet).
: accepts a list in both inlets and sends a list out the left outlet that contains the elements common to both lists.
: is used to divide a list into two lists. This mode takes an additional number argument which specifies the size, in elements, of a list. This value can also be specified as an input in the right inlet in this mode. A list received in the left inlet will be split into two lists - the first list contains the number of items specified by the argument, and is sent out the left outlet. Any remaining list elements are sent out the right outlet of the object. Note: Lists are sent out the right outlet first.
: is used to sort the contents of a list. An additional argument is used to specify the sorting order. sorts the input list in descending order, and the message with any other value sorts the input list in ascending order. This value can also be specified as an input in the right inlet in this mode.
: accepts a number in the right inlet which specifies the length of the output list. Following the receipt of this number, the object will collect this number of items input through the left inlet. After the list-length is complete, the list will be output the left outlet. A or a will be output from the right outlet depending on whether the list-length has been defined or not. A signifies that the list-length has been defined and that the object is now collecting the stream.
: accepts a list in both inlets and sends the output position for each occurrence of right list in the left list out the left outlet.
: functions as a last-in-first-out (LIFO) stack; it outputs the most recently received message.
: will output the last N items in a list, where N is user-specifiable.
: accepts a list of numbers and will output the sum of those numbers.
: The object will accept a list in as an argument. A list of two numbers (0-based) in the right inlet will indicate a pair of indices to swap in the list received in the left inlet. For instance, if is received in the right inlet, received in the left inlet will cause the object to output from the left output. Multiple pairs of numbers can be used to perform multiple, sequential swap operations.
: accepts a list in the left inlet and will output a list containing all the elements of the input list which are not duplicates.
: accepts a list in both inlets and sends a list out the left outlet that contains the contents of both input lists. If the left and right inlets contain any items in common, only one symbol will be output.
: accepts a list in both inlets and will output a list out the left outlet populated with items from the left-input-list which were not present in the right-input-list.
zlclear
zlreset
Output
list
Out left outlet:
In mode, the input list only if it is different from the list which was last received. If it is different, the new list is sent out the left outlet. If the list is not different, nothing is sent out the left outlet.
In mode, a list which consists of every other element in the input list starting with the first element (if the input list is the left output list is ).
In mode, a list containing the number of elements specified by the number argument starting at the end of the list and counting toward the beginning.
In mode, a list with elements matching the filtering list removed.
In mode, a list containing the number of elements specified by the number argument.
In mode, a new list composed from the specified indices, based on values of the list input in the left inlet.
In mode, a number of lists having the number of elements specified by the number argument. The final list output may be shorter than the specified number of items, depending on the stored contents of the zl object
In mode, a list containing all the elements of the lists received in both inlets.
In mode, a list populated with items from both input lists interlaced with each other (if the left input list is and the right input list is the output list is ).
In mode, a number which corresponds to the number of list items.
In mode, the list element located at the list index specified by the number received in the left inlet.(if is received in the right inlet, a received in the left inlet will cause the object to output out of the left output).
In mode, the median of the input-list.
In mode, the mth element of the list (where 0 is the index of the first element of the list).
In mode, the nth element of the list.
In mode, the oldest element received.
In mode, the input or the most recently stored input value received in the right inlet.
In mode, the input list in reverse order.
In mode, the input list rotated to the right or left according to the positive or negative specified by the number argument.
In mode, a scrambled version of the input-list (a list containing the same elements as the input-list but in a randomized order).
In mode, a list containing all the elements common to the lists received in both inlets.
In mode, a list containing the number of elements specified by the number argument.
In mode, the most recently received message.
In mode, the stream or list consisting of the element to be collected a specified number of times.
In mode, the sum of the input-list.
In mode, a list with the specified elements swapped.
In mode, a list containing all the elements of the input list which are not duplicates.
In mode, a list containing the items from both lists without repeating items common to both lists. If the left and right inlets contain any items in common, only one symbol will be output.
In mode, a list populated with items from the left-input-list which were not present in the right-input-list.
list
Out the right outlet:
In mode, if the input-list is different from the last one received, a is sent out the right outlet. If the list is not different, nothing is sent out the left outlet while a is sent out the right outlet.
In mode, a list which consists of every other element in the input list starting with the second element (if the input list is , the right output list is ).
In mode, a list containing any list elements before the numbered element specified by the number argument.
In mode, a list of the index numbers of list elements not filtered out.
In mode, a list containing all list elements except for the list element specified by the number argument (where 0 is the index of the first element in the list).
In mode, a list containing all list elements except for the list element specified by the number argument (where 1 is the index of the first element in the list).
In mode, a list containing any list elements beyond the numbered element specified by the number argument.
In mode, a bang will be sent out the right outlet if the two input lists contain no common elements.
In mode, the number of list elements specified by the number argument in the left input list is sent out the right outlet of the object. If an optional second argument is used to specify a value which will replace the number specified by the input value, the resulting list is sent out the right outlet of the zl object.
In mode, a or a will be output from the right outlet depending on whether the list-length has been defined or not. A signifies that the list-length has been defined and that the object is now collecting the stream.
In mode, if the input-list is different from the last one received, the new list is sent out the left outlet along with a out the right outlet. If the list is not different, nothing is sent out the left outlet while a is sent out the right outlet.
See Also
Name | Description |
---|---|
fromsymbol | Convert a symbol into numbers/messages |
join | Combine items into a list |
maximum | Output the highest value |
minimum | Output the smallest value |
mean | Calculate a running average |
pack | Create a list |
regexp | Use regular expressions to process input |
swap | Swap position of two numbers |
thresh | Combine numbers, symbols and lists when received close together |
tosymbol | Convert messages, numbers, or lists to a single symbol |
unjoin | Break a list into messages |
unpack | Break a list into individual messages |
Max Data Tutorial 5: List Processing | Max Data Tutorial 5: List Processing |
Tutorial 11: Lists and Matrices | Tutorial 11: Lists and Matrices |