Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: lsample-dur , Previous: loop-button , Up: L , Home: Overview

Clamps Dictionary

lsample

Structure

Structure for a sample with two loop-points.

Note

Normally the user shouldn't be dealing with a lsample struct directly. It is used by the sfz and poolevent classes and documented here for completeness and insight.

A lsample contains the following slots, accessible using the functions lsample-<slot-name>:

name – Filename of the sample source.

buffer – Buffer of the sample data.

oneshot – Boolean indicating whether not to loop the sample on playback.

keynum – Double Float denoting original keynum of the recorded sample.

loopstart – Double Float denoting the loop start for loop playback, defaulting to +​sample-zero​+.

loopend – Double Float denoting the loop start for loop playback, defaulting to +​sample-zero​+.

amp – Amplitude of recorded sample in dB, defaulting to +​sample-zero​+.

See also

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate