stores values in an array / fifo array buffer
summary (oneliner)
first element that goes in will be removed first, when buffer size becomes greater than max length
Check the example file for the Ops.Array.ArrayBuffer3 op to see a visual version of this op.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
exec (Trigger)
Trigger the op
Value (Number)
The value to write into the new indexes of the array
Max Length (integer /Number)
The maximum length of the array
Reset (Trigger)
Outputs
Trigger out (Trigger)
Result (Array)
The fifo array out
Array length (Number)
Patches using ArrayBuffer
Changelog
Now has integer values for array length 2019-08-05 - andro | |
Added reset button to reset array 2019-08-05 - andro |