Removed the now unused release state in Voice
This commit is contained in:
parent
4af3ac4e55
commit
4e9e286213
1 changed files with 1 additions and 2 deletions
|
|
@ -247,8 +247,7 @@ private:
|
|||
|
||||
enum class State {
|
||||
idle,
|
||||
playing,
|
||||
release
|
||||
playing
|
||||
};
|
||||
State state { State::idle };
|
||||
bool noteIsOff { false };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue