the recent version of KT Granulator features a special mode for the pitch range, where only the min and max value is choosen for pitch. Is there any chance to have that some more expanded by defining an arbitrary discrete distribution over the range?
With such a distribution we chould make chords (that demands a defined range between -12 and +12 for instance, but is would be also intresting to see whats going on if you change that range).
The simplest way, without any additional editor or so, would be a "load distribution" button that loads a text file or so, in which a list of values pairs is defined in a way
0,value1
0.325,value2
0.75, value3
...
1,valuen
where
and the random function defined by a tablelookup, valuex is the absolute frequency of occurence. The special case "pitch lock" mentioned above would look like
0,1
1,1
Another thought is that could have a gaussian distribution for a instead of the equal distribution to have a more natural pitch flux.
Or do I have to learn MAX/MSP?
