converting mc.sig~ into numbers
Hi there,
I try to convert 10 random numbers using deviate message and sig~ object. I want to convert it into max number (not audio) in order to make them goes into mc.svf~ using the applyvalues message.
any idea how to do so?
this is the patch I have so far:
example svf applyvalues.maxpat
Max Patch
Thanks!
Some standard Max mojo-sauce:
Max Patch
Copy patch and select New From Clipboard in Max.
Just a side note, svf~'s second (and third) inlet accepts direct signals, so you could just bypass all of that and stay in the signal domain:
Max Patch
Copy patch and select New From Clipboard in Max.
Thank you both!