From 7e1eb531533956f44206ca3d5f46a05fb13b38ec Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 14 Mar 2021 21:08:15 +0700 Subject: [PATCH] bug fix: fire crow on note on --- lib/plonky.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plonky.lua b/lib/plonky.lua index 0af36ba..9d06780 100644 --- a/lib/plonky.lua +++ b/lib/plonky.lua @@ -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()