ArrayBuffer Op
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.
Full Name
- Ops.Array.ArrayBuffer
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
exec (Trigger)
Trigger the op
Value (Number)
The value to write into the new indexes of the array
Max Length (Number: integer)
The maximum length of the array
Reset (Trigger)
OUTPUT PORTS
Trigger out (Trigger)
Result (Array)
The fifo array out
Array length (Number)