
SAMPLING 2 / SHAPE TO SAMPLE (GUI & DSP)
----------------------------------------

Converts a Shape to a Sample of specified length (min 10 samples) and using the desired interpolation type.

Shape range (V, max 10) can be specified with the Range pin.
Whether to clip curve interpolation at the specified range or not can be controlled with the Clip pin.



GUI VERSION
-----------

To prevent CPU congestion, the output sample is computed only when the Mouse Down pin becomes false (i.e on Mouse Up, please connect this pin to the Mouse Down pin of a Shape Editor), or when any of the module pins (except Shape In) is set.
No update is therefore computed at startup.
Max length is limited to 262,144 samples.


DSP VERSION
-----------

A DSP version has been provided only to replace the old Shape Osc in case of dynamically changing DSP shapes and together with the new LUT OSC (M).
In all other cases, always prefer the GUI route, storing the resulting sample to a Patch Memory Sample

To prevent CPU congestion and abusive usage, max sample length is limited to 256; polyphonic usage is prevented (all polyphonic voices shall forcibly use a common either fixed or modulated shape); no more than one sample per audio block is generated.




