13
0

Fix a typo in recent commit

This commit is contained in:
Julien "_FrnchFrgg_" RIVAUD 2017-07-17 12:08:42 +02:00
parent e0b4767d2e
commit 2ed15cfc7e

View File

@ -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