Samples with different envelopes on Redux

Hi:

I am starting to take a look to Redux and I have a question (probably is very simple to do but I did not find how to):

I am adding two samples and I want to apply a different volume (or filter or pitch) envelop to each sample when they are played simultaneously.

Can I do that? Thanks!

Yes, just create two different Modulation Sets, then assign the first sample to Set 1 and the second sample to Set 2.

2 Likes

It works like a charm. Thank you! :slight_smile:

I have some SFZ patches that do exactly what OP was asking. But when importing these SFZ files into Redux that have different envelopes per group like this:

<group>
lovel=1 hivel=127 hirand=0.166667
volume=-18.06 amp_veltrack=0
ampeg_hold=0.829 ampeg_decay=2.076 ampeg_sustain=25.5953 ampeg_release=0.412926
eq1_freq=16 eq2_freq=16 eq1_bw=2.71672 eq2_bw=4 eq1_gain=24 eq2_gain=24

<region>
sample=G2_01_01_02.wav
lokey=c1 hikey=f1 pitch_keycenter=d#2 lovel=1 hivel=50

<region>
sample=G2_01_02_02.wav
lokey=c1 hikey=f1 pitch_keycenter=d#2 lovel=51 hivel=86

// more samples

<group>
lovel=1 hivel=127 lorand=0.833333
volume=-18.06 amp_veltrack=0
ampeg_hold=0.829 ampeg_decay=2.076 ampeg_release=0.39
eq1_freq=16 eq2_freq=16 eq1_bw=2.71672 eq2_bw=4 eq1_gain=24 eq2_gain=24

<region>
sample=G2_01_01_01.wav
lokey=c1 hikey=f1 pitch_keycenter=d#2 lovel=1 hivel=50

<region>
sample=G2_01_02_01.wav
lokey=c1 hikey=f1 pitch_keycenter=d#2 lovel=51 hivel=86

… Redux will create a single modulation set without ANY of the defined operators like envelopes, eqs etc. for all the samples.

Why is Redux not creating a modulation set per group with the corresponding envelope settings and fx chains? It seems to be supported when doing it manually, so the feature itself seems to be avilable.

SFZ import/exporting in Renoise & Redux only deals with sample and Keyzone data.

I see. What about expanding SFZ import/export to the modulation set and fx chain presets? There are a lot of great Kontakt patches out there that are simple enough to be converted to Redux using SFZ.

1 Like