Welcome to Decent Sampler Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
I'm trying to add dynamic layers to a legato instrument but it seems that as legato groups need to silence themselves, it is not possible.
in Sample Creation by Orestes Gas (860 points)

1 Answer

0 votes
I found the way, so simple (I leave the question for if someone has the same issue in the future).

I made one tag for each dynamic layer: legatoDyn1 and legatoDyn2.

Then the sustains get silenced by both tags and the each legato dynamic layer get silenced only by itself:

<group name="SustainsDyn1" tags="sustains" release="0.3" silencedByTags="legatoDyn1,legatoDyn2" trigger="first">

<group name="SustainsDyn2" tags="sustains" release="0.3" silencedByTags="legatoDyn1,legatoDyn2" trigger="first">

<group name="LegatoDyn1" tags="legatoDyn1" release="0.3" silencedByTags="legatoDyn1" trigger="legato">

<group name="LegatoDyn2" tags="legatoDyn2" release="0.3" silencedByTags="legatoDyn2" trigger="legato">
by Orestes Gas (860 points)
...