Round robin in sfz format. Help!

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
RELATED
PRODUCTS

Post

Are you going to use the

Code: Select all

 lorand=0 hirand=1.0
or is that just left over from something?

The SFZ otherwise looks okay -- and the samples sound pretty nice, though a little hidden by the rest of the track (on my PC's monitor speakers...).

Post

pljones wrote:Are you going to use the

Code: Select all

 lorand=0 hirand=1.0
or is that just left over from something?
Yes to randomly play 1,2 or 3 (note tuned).
To make it simpler to explain each note of the file looks like this.

Code: Select all

<group> seq_length=3 lorand=0 hirand=1.0
<region> sample=E1(high)(v1).wav seq_position=1
<region> sample=E1(high)(v1).wav seq_position=2 tune=-5 
<region> sample=E1(high)(v1).wav seq_position=3 tune=5 

Post

Code: Select all

lorand=0 hirand=1.0
will have no effect, as it covers the whole range of the random number generator -- regardless of what random number is picked for the note on, it will be between 0 and 1.

If you do not specify lorand, the default is lorand=0.

If you do not specify hirand, the default is hirand=1.

Post

Ah, ok! Thank you for that clarification.
There are not to many sites in French-speaking format. Sfz and I have great difficulty with English and online translator but I'm learning.

Post

No problem.

(At work, the client we have is Italian and provides documentation in Italian sometimes... I speak no Italian, so I know how good Google Translate is... ;))

Post Reply

Return to “Samplers, Sampling & Sample Libraries”