Skip to content

Commit

Permalink
fix bpm parameter name in encoder handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Arweiler committed Apr 7, 2019
1 parent fff5018 commit 7b62b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zellen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ end
-- ENC input handling
function enc(n, d)
if (n == 1) then
params:delta("speed", d)
params:delta("bpm", d)
end
if (n == 2) then
params:delta("play_mode", d)
Expand Down

0 comments on commit 7b62b48

Please sign in to comment.