ArrayBuffer Op

ArrayBuffer

stores values in an array / fifo array buffer


<p>first element that goes in will be removed first, when buffer size becomes greater than <code>max length</code> Check the example file for the <a href="/op/Ops.Array.ArrayBuffer3">Ops.Array.ArrayBuffer3</a> op to see a visual version of this op.</p>


Full Name
  • Ops.Array.ArrayBuffer
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


exec (Trigger)

<p>Trigger the op</p>

Value (Number)

<p>The value to write into the new indexes of the array</p>

Max Length (Number:

<i>integer</i>

)

<p>The maximum length of the array</p>

Reset (Trigger)

OUTPUT PORTS


Trigger out (Trigger)
Result (Array)

<p>The fifo array out</p>

Array length (Number)

Patches using ArrayBuffer

  • Examples
  • Public
  • My Patches

Changelog


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