mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix a typo in recent commit
This commit is contained in:
parent
e0b4767d2e
commit
2ed15cfc7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue