seq_position Opcode
Used in conjunction with seq_length, it makes the region play when the internal sequence counter is equal to seq_position value.
Opcode Prototype
seq_position=[position]
Parameter
The mandatory [position] parameter defines the region's position in a sequence.
Allowed Sections
May be used in <region
> section.
Examples
Sets the region as the 3rd step in a sequence of six elements.
<group
>
seq_length=6
seq_position=3
Sets a sequence of three snare samples.
<region
>
sample=mysamples/snare_01.wav
seq_length=3
seq_position=1
<region
>
sample=mysamples/snare_02.wav
seq_length=3
seq_position=2
<region
>
sample=mysamples/snare_03.wav
seq_length=3
seq_position=3
Availability
Since LinuxSampler 2.0.0
Conforms to SFZ v1 Standard.