You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables the specific use case of checking whether a note's release
phase has ended, but is also potentially useful to implement a sort of
"voice stealing" algorithm in Python code, which can take account of
the note's envelope state as well as other factors specific to the
program.
//| """Get info about a note's current envelope state
276
+
//|
277
+
//| If the note is currently playing (including in the release phase), the returned value gives the current envelope state and the current envelope value.
278
+
//|
279
+
//| If the note is not playing on this synthesizer, returns the tuple ``(None, 0.0)``."""
0 commit comments