hdavid/Launchpad95

Step sequencer doesn't scroll

Closed this issue · 5 comments

Hi Henri,
Thanks again for a terrific tool!

Am using Live 11.2.6 with a Launchpad mini MK3 and noted that the upper part of the sequencer (where the notes are) does not scroll when the clip is longer than the 32 steps displayed.
Instead, it shows the first 32 steps and the blue indicator moving through them, while playing the second 32 steps.

As a workaround, I can zoom in with the lower right and then edit.
Can it be changed though?
I tried setting STEPSEQ__LINK_WITH_SESSION = True, which did not have any effect.

Kind regards,
Tobias

I can second this behavior as well on Live 11.2.7

hdavid commented

hi,

i finally had a look at it.

by scrolling, you mean that the note editor on top is not following the position currently playing. that's on purpose. depending on the quantisation (resolution) the page could flip so quickly you would endup entering notes on the wrong page.

I will add a setting STEP_SEQ_AUTO_SCROLL in Settings.py in an upcoming version

hdavid commented

the code is available #87 and will be released once i had some time to test it.

hdavid commented

released.

Works splendidly now -- thank you very much for fixing!