This one is to achieve similar function as issue #3 , to make choking (muting) more realistic in SFZ.
Instead of making a new set of choke_group opcodes, we can just add a new polyphony_time opcode, which functioning like off_time, but for each key and tied to group (not off_by), polyphony and note_polyphony
So,
off_time is used for specifying fade time when off_by other region
polyphony_time is used for specifying fade time by self-muting when playing a note repeatedly
This one is to achieve similar function as issue #3 , to make choking (muting) more realistic in SFZ. Instead of making a new set of
choke_group
opcodes, we can just add a newpolyphony_time
opcode, which functioning likeoff_time
, but for each key and tied togroup
(notoff_by
),polyphony
andnote_polyphony
So,
off_time
is used for specifying fade time whenoff_by
other regionpolyphony_time
is used for specifying fade time by self-muting when playing a note repeatedly