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 {
|
enum class State {
|
||||||
idle,
|
idle,
|
||||||
playing,
|
playing
|
||||||
release
|
|
||||||
};
|
};
|
||||||
State state { State::idle };
|
State state { State::idle };
|
||||||
bool noteIsOff { false };
|
bool noteIsOff { false };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue