Removed the now unused release state in Voice

This commit is contained in:
Paul Ferrand 2020-02-18 15:08:58 +01:00
parent 4af3ac4e55
commit 4e9e286213

View file

@ -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 };