Hi,

I'm not sure I got your question right, but one thing you can do is map the
output of your random number generator.
Say you get a random number ranging from 0 to 1and you want the frequency
to be between 200 Hz and 10KHz :
- multiply the random number by 10000 - 200 = 9800,
- then add 200.

You can change the two boundaries between two random numbers.

Pierre.

2012/5/23 flad chester <flad.ches...@gmail.com>

> Hi list, im new with pd, i was thinking about which should be the best way
> to implement this idea or maybe somebody has done something like this
> before:
> Im controlling the frequencies of my grains with a random number
> generator, but instead of controlling the frequencies directly i would like
> to select the closest frequency in a specific scale for each random value.
>
> how can i do this in pd?
>
>
> thanks in advance
>
> Flad
>
>
>
>
>
>
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to