Skip to content

Commit

Permalink
bug fix: fire crow on note on
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Mar 14, 2021
1 parent f0478d5 commit 7e1eb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plonky.lua
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ function Plonky:press_note(voice_set,row,col,on,is_finger)
end

-- play on crow
if params:get(voice.."crow")>1 then
if params:get(voice.."crow")>1 and on then
if params:get(voice.."crow")==2 then
crow.output[1].volts=(note-60)/12
crow.output[2].execute()
Expand Down

0 comments on commit 7e1eb53

Please # to comment.