sample Opcode

This is the most fundamental opcode of the SFZ file format. It allows you to load and assign a certain audio instrument file.

Opcode Prototype

sample=??path??

Attribute

The mandatory ??path?? value defines the relative path of the sample file that shall be loaded and assigned.

Allowed Sections

May be used in sections <global>, <region>, ... TODO.

Examples

Loads the WAV file "organ_c3.wav" from the subdirectory "mysamples" and assigns it to the entire key range of the instrument.

<global> sample=mysamples/organ_c3.wav

Availabilty

Since LinuxSampler 2.0.0

Conforms to SFZ v1 Standard.