converting mc.sig~ into numbers

R_Gol's icon

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!

kLSDiz's icon

Some standard Max mojo-sauce:

Max Patch
Copy patch and select New From Clipboard in Max.

Ben Bracken's icon

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.

R_Gol's icon

Thank you both!