Closed davidhealey closed 6 months ago
If the last node of the attack envelope is not 1 or 0 then when the end of the table is reached the envelope will jump to 1, even if the note is still held down.
Forum thread - https://forum.hise.audio/topic/7183/bug-table-envelopes-always-jump-after-attack-completes
Removing this line solves the issue, but I don't know if that will cause other problems... https://github.com/christophhart/HISE/blob/develop/hi_core/hi_modules/modulators/mods/TableEnvelope.cpp#L324
Man, you've been after this for a year now, even found and tested the solution yourself, almost feels like Chris is just fucking with you 😂
If the last node of the attack envelope is not 1 or 0 then when the end of the table is reached the envelope will jump to 1, even if the note is still held down.
Forum thread - https://forum.hise.audio/topic/7183/bug-table-envelopes-always-jump-after-attack-completes
Removing this line solves the issue, but I don't know if that will cause other problems... https://github.com/christophhart/HISE/blob/develop/hi_core/hi_modules/modulators/mods/TableEnvelope.cpp#L324