Reference
Components
Wave Read Hop
Description
The Wave Read Hop component will read data from a memory buffer at sample rate. The index input specifies which sample to read. For
stereo buffers the samples for the left and right channels at the given index are sent to the two outputs. For mono buffers the same sample is
sent to both outputs.
This component is identical to the Wave Read except that, for efficiency, it allows you to provide a Hop. This saves cpu by only performing
the lookup every 'Hop' number of samples.
The Hop is specified as a power of 2 so 1=lookup every sample, 2=lookup every 4 samples, 3= every 8 samples and so on.
Connectors
Inputs Type Outputs Type
Memory buffer containing
the wave data
Mem Left channel data
Stream
Index of the required sample
in the wave
Stream Right channel data
Stream
Hop value as power of 2
Int
473 of 494