From 2ed15cfc7e22bf78e47a9aee2b0cbd8459beec6c Mon Sep 17 00:00:00 2001 From: "Julien \"_FrnchFrgg_\" RIVAUD" Date: Mon, 17 Jul 2017 12:08:42 +0200 Subject: Fix a typo in recent commit --- scripts/_midifilter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_midifilter.lua b/scripts/_midifilter.lua index d6a1c1f567..48f61a8277 100644 --- a/scripts/_midifilter.lua +++ b/scripts/_midifilter.lua @@ -32,7 +32,7 @@ function dsp_run (_, _, n_samples) if (#d == 3 and event_type == 9) then -- note on tx_midi (t, d) - elseif (#d == 3 and event_type = 8) then -- note off + elseif (#d == 3 and event_type == 8) then -- note off tx_midi (t, d) end end -- cgit v1.2.3