Zerberus Trigger::Release
currently the trigger release does not work in the right way. Because it is started in stopped mode (have a look at Zerberus::Trigger) it's envelope gets set to release and the release amplitude max is 0 because the voice was just started (and being in decay state).
Solution would be to tread envelopes a little different during trigger::release - and calculate the sustain in that way that all envelops together are equal to the sample length (this seems how it is done in sforzando)
Comments
see https://github.com/musescore/MuseScore/pull/2694
Fixed in branch master, commit 864b62e26d
fix #116306: make Trigger::Release work in the right way
Fixed in branch master, commit 6538e28f5c
Merge pull request #2694 from hpfmn/ZerberusTriggerRelease
fix #116306: make Trigger::Release work in the right way
Fixed in branch 2.0.4, commit 65207fe81e
fix #116306: make Trigger::Release work in the right way
Automatically closed -- issue fixed for 2 weeks with no activity.