Lattice Transport Bug (norns 2.7.3) #1640
Closed
BeatRossmy
started this conversation in
General
Replies: 1 comment
-
I believe a fix for this was merged in #1638. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I repost a bug report regarding the lattice transport value
@ryleelyman
What i observed was that the transport received in the actions of individual sprockets did not match with the defined
ppqn
and were offset by 2.When reading through the source code (norns/lattice.lua at main · monome/norns · GitHub 1). I discovered that there is probably a bug in function
Lattice:pulse()
. The incrementation of transport is done within the loop which handles the ordering of sprockets, which leads to a transport value dependent on the defined sprocket order and is multiplied by 5.The issue is in line 124.
norns/lua/lib/lattice.lua
Lines 93 to 127 in e8ae360
Beta Was this translation helpful? Give feedback.
All reactions