ArrayBuffer Op
stores values in an array / fifo array buffer
Summary (oneliner)
<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
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
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)