schollz / mx.synths

norns script for polyphonic synths
MIT License
16 stars 7 forks source link

check for note == nil to avoid error #10

Closed ryleelyman closed 2 years ago

ryleelyman commented 2 years ago

I noticed that if you really keyboard-smash you can get SuperCollider to give you errors complaining that nil doesn't understand isRunning. This check should avoid those errors.

schollz commented 2 years ago

Thank you Rylee!!!