sfz: seq_position

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
nicop
User
Posts: 38
Joined: Thu Mar 31, 2011 2:51 pm
Contact:

sfz: seq_position

Post by nicop » Fri Dec 09, 2011 3:23 pm

Hi, I have this configuration:
///group 1
<group> seq_position=1 seq_length=3
<region> ... lovel=0 hivel=64
<region> ... lovel=65 hivel=127
///group 2
<group> seq_position=2 seq_length=3
<region> ... lovel=0 hivel=64
<region> ... lovel=65 hivel=127
///group 3
<group> seq_position=3 seq_length=3
<region> ... lovel=0 hivel=64
<region> ... lovel=65 hivel=127

If I send to LS some notes with the same velocity, it works correctly (group 1, 2, 3, 1, 2, 3, ecc...)
If I send to LS a note with velocity= 50, and then another one with velocity=100, they triggers the same group (the position of sequencer doesn't change).
That's seems to happens because the note with velocity=50 triggers a different region than the note with velocity=100, but the position of the sequencer remains the same.
I think that the second note should triggers the next group's region... or am I missing something?

nicop
User
Posts: 38
Joined: Thu Mar 31, 2011 2:51 pm
Contact:

Re: sfz: seq_position

Post by nicop » Sat Jan 07, 2012 9:12 pm

Hi, can someone tell me if it's the correct behavior?

thanks

Post Reply