StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
196 stars 5 forks source link

Remove redundant check #9

Closed sjfricke closed 3 years ago

sjfricke commented 3 years ago

mIsNotePressed -> mPressedNote != INVALID_NOTE

Also added some extra comments from debugging a bit

bboettcher3 commented 3 years ago

Fix keyboard sticking on some notes when dragging outside

sjfricke commented 3 years ago

but not sure if that was the intent of this PR

It wasn't but, for the next keyboard change wanted a single "there is a note play" variable