Sample Controller Input at Beginning of Cycle

Using d1 $ fast (segment 1 $ (cT 1 "myfast")) I would expect that the controller input would be sampled once at the beginning of every cycle.

The speed of the pattern changes immediately instead of at the beginning of a cycle. I may not understand the principle how this works if the speed is already "fastened". Would it then be evaluated at the fastened speed or at some intrinsic fundamental ground speed, i.e., 1?

How can I achieve that the controller input is evaluated only at the beginning of a cycle?

1 Like

I still have the issue that a midi control input is not sampled reliably.

So the pattern

d1 $ s "bd hc!3" # gain (segment 1 $ cF 1 "100")

sometimes does not react to the control input, and when it reacts, in reacts immediately.

The CC on channel 100 is sent once (so it's not a continuous signal). Do I have to "hold" it somehow so that the value that is sent at an arbitrary time causes effect at every begin of the cycle?