Hello,
I would like to edit a SFZ file to use the legato mode in Dimension Pro, because it has no legato mode on its interface. Here is the problem: my SFZ file has several samples, they have the same duration and each samples are organized on the keyboard and sampled in different tones: A2, A#2, B2, C3, C#3 etc.
To put it simply, I would like to use the legato mode to jump to the next note (eg change from A#2 to B2) without starting each time from the beginning of the sample, and without getting a pitch bend effect of the note played.
I hope you understand ... it's pretty simple finally: I just want to know how to edit the legato mode in an SFZ file.
Maybe an example of SFZ file editing (which does not work ...) can be more explicit:
=========================================================================
<global>
polyphony=1
<group> trigger=first
<region> sample=Key_A2.wav
lokey=A2
hikey=A2
pitch_keycenter=A2
<region> sample=Key_A#2.wav
lokey=A#2
hikey=A#2
pitch_keycenter=A#2
<region> sample=Key_B2.wav
lokey=B2
hikey=B2
pitch_keycenter=B2
<group> trigger=legato
<region> sample=Key_A2.wav
lokey=A2
hikey=A2
pitch_keycenter=A2
<region> sample=Key_A#2.wav
lokey=A#2
hikey=A#2
pitch_keycenter=A#2
<region> sample=Key_B2.wav
lokey=B2
hikey=B2
pitch_keycenter=B2
===========================================================================
If anyone could change this code or give me an example of SFZ code this can help me a lot! Because I tried everything!
THANKS !!!