prko
February 18, 2024, 10:42pm
332
A converter that converts the current output value of a Ugen to a float or integer when a trigger is received might be practical? Then we could be more flexible:
Using ArrayMax from the scplugins, I could see the maximum value and the index of the UGen in the array that outputs the maximum value. However, the index is not an integer but an OutputProxy. So it is not possible to sort an UGen array in a Synth. Using SendReply and OSCFunc (or OSCdef) seems to be the only way at the moment, but there is no benefit to doing so.
I think it would be very handy if there was a converter that would convert the current output value of a Ugen to a float or integer. …