polyphony_time
#16
kinwie
started this conversation in
Opcode suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 repeatedlyBeta Was this translation helpful? Give feedback.
All reactions