Fix a typo in recent commit
This commit is contained in:
parent
e0b4767d2e
commit
2ed15cfc7e
@ -32,7 +32,7 @@ function dsp_run (_, _, n_samples)
|
|||||||
|
|
||||||
if (#d == 3 and event_type == 9) then -- note on
|
if (#d == 3 and event_type == 9) then -- note on
|
||||||
tx_midi (t, d)
|
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)
|
tx_midi (t, d)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user