Is it possible to use a slider object as a service for a Live.step object?
Hi everyone,
I need to scroll through the various steps of the live.step object.
I've set up my live.step object to be editable with a variable number of steps, but if I go from 8 steps to 64, the object zooms out to show all the steps.
My goal is to always have the Live.step window display 8 steps, even when the object is set to 16 or something else, but to be able to manually scroll through the subsequent steps when "the sequencer is turned off."
Any suggestions? I appreciate it.
This isn't supported by default, but you could simulate this programatically: change the width of [live.step] depending on the number of steps so they always display with the same size, put that in a [bpatcher] and scroll through you [bpatcher] to access the hidden steps:
This is exactly what I was looking for. Thank you so much TFL.