Making a switch to scroll through differen TOP inputs, that can pause on integers for set lengths of time?
I think I have seen people say to use sceneChanger but this is too complex for me atm and also introduces issues as my tops are all reacting to noise. I was using a basic LFO to scroll between inputs, but I’d like to be able to control the length of time to transition between each input, and also how long the pause is on each input, and where along the index that happens.
the Timer CHOP in combination with a table that is used as the Segment DAT can help here:
Create a Table with at least 2 columns names “length” and for example “value”. Reference the DAT on the Segments DAT parameter on the Timer CHOP and select “value” as the Columns to Custom Channel parameter as well as setting the Custom Channel Interpolation parameter to “Linear to Value” (after hitting Initialize ones).
Now you can define your segments in the Table DAT with the each row being a entry for how long it should take for the value to reach the desired index and the next row defining for how long the value should stay before increasing again.