beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayBuffer Op

ArrayBuffer

stores values in an array / fifo array buffer


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.


Edit Documentation

Full Name
  • Ops.Array.ArrayBuffer
Visibility
  • Core Op - Official cables op
Author


 

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)

Usages of ArrayBuffer

  • Examples
  • Public
  • My Patches
  • Ops

Changelog


Now has integer values for array lengthuser avatarandro - 2019-08-05
Added reset button to reset arrayuser avatarandro - 2019-08-05