
SAMPLING 2 / SAMPLE RANGE (DSP & GUI)
-------------------------------------

Trims the original sample at given Start and End offsets.

A negative End value can be used to specify an offset relative to the sample end, where -1 (default) represents the last sample.

A new, shorter clip from the original sample is transmitted as long as the offset values are consistent.

Since V2 samples are transmitted by reference, no further memory space is allocated for the clip and no copy operations are performed, thus the whole process is extremely efficient.

An empty sample is generated if range is invalid (Start < 0 or Start > End).


DSP VERSION:
------------
No more than one sample is transmitted per audio block.


GUI VERSION:
------------
Direction of operation must be chosen with the unexposed Direction pin.
When setting any pin, the sample present on the Sample2 pin selected for input will be clipped and sent to the Sample2 pin selected for output.


HINTS:
------
-This module can also be used to limit the size of a loaded sample to a specific length.

-This module can be used in conjunction with oscillators or players which previously had Range selection pins.

-This module can be conveniently used with a wav file containing concatenated waveforms in conjgunction with a list of Start, End positions, to easily switch between different ROM waveforms

