mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Fixed the behavior when sending a note-off to a note already in release phase
This commit is contained in:
@ -68,4 +68,8 @@ struct FrameSequence
|
||||
|
||||
// No reach here
|
||||
}
|
||||
|
||||
bool isInRelease(int index) {
|
||||
return index >= releaseSequenceStartIndex;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user