No. I didn’t take the time to add params for output or anything to make it “legit”. If you want to experiment with it, it’s a super simple change.
add this line to the init function:
crow.ii.pullup(true)
Then on both lines 154 and 179, just under the engine.start commands, add:
crow.ii.jf.play_note((note) / 12, 5)
That’s all I added 