hello, i made an experiment using a ramp (going from 1 to 0) as input for bpm´s <aRate> value. the goal is to create trigger with decreasing intervals. this is how my 2 constants looks like:
const1:
1 - ((!KeyDown ramp0: !damp s) ** 2)
const2:
(!Keydown turnOnAfter: 0 s for: !damp s) bpm: ([const1] * 300 ms)
iam not sure why it happens but after 3 seconds bpm´s output stucks at 1. as iam using the triggers in ar-prototypes gate parameter, the release phase of the ar-envelope will not be triggered because of the missisng 0 at the end…
why does this happen?
thanks, johannes