monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

fix lattice transport value getting increased in steps of 5 #1638

Closed kasperbauer closed 1 year ago

kasperbauer commented 1 year ago

Here's the corresponding issue: #1637

Lattice transport values should be increased outside the for-loop. In the current state, the transport values are increased in steps of 5, due to the sprocket ordering logic.

kasperbauer commented 1 year ago

Right, just added a commit with that.

robbielyman commented 1 year ago

Wonderful, thanks for catching my mistake!

tyleretters commented 1 year ago

thank you!