RingBuffer Op

RingBuffer

Array of fixed size, index is automatically incremented and restarts after reaching the end


Full Name
  • Ops.Array.RingBuffer
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Value (Number)

The value to add

Write (Trigger)

Writes the value to the array

Length (Number: integer)

The length of the array

Reset Index (Trigger)

Resets the index, so the next time Write is triggered it will write to the beginning of the buffer

OUTPUT PORTS


Result (Array)

The output array

Index (Number)

The index of the last element which has been written to the buffer


 

Patches using RingBuffer

  • Examples
  • Public
  • My Patches