Future release count as release
This commit is contained in:
parent
ae7f84204c
commit
d5451846a0
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ bool ADSREnvelope<Type>::isSmoothing() const noexcept
|
|||
template <class Type>
|
||||
bool ADSREnvelope<Type>::isReleased() const noexcept
|
||||
{
|
||||
return (currentState == State::Release);
|
||||
return (currentState == State::Release) || shouldRelease;
|
||||
}
|
||||
|
||||
template <class Type>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue