Dynamic Stochastic Synthesis / Gendyn core cell
Xenakis' Dynamic Stochastic Synthesis / Gendyn core cell
DESCRIPTION
OK this is my first upload, i hope it goes well and some one will find this useful / fun. It's still a beta version as far as I'm concerned, so let me know if something doesn't work out.
It's a core implementation of a gendyn generator
[the dynamic stochastic synthesis generator conceived by Iannis Xenakis and described in Formalized Music ]. The core cell is based on SuperCollider source code for Gendy1 generator by Nick Collins (sicklincoln.org)
There's an ensemble with some snapshots to get some idea how it sounds. And how to use it.
Outputs Non interpolated, Linear Interpolated and Cubic interpolated audio.
fHi and fLo set upper and lower frequency boundaries. fDist and aDist set the random distributions for each calculation:
1 -> Linear
2 -> Cauchy
3 -> Logist
4 -> Hyperbolic Cosine
5 -> Arcsine
6 -> Exponential
7 -> External
fDPar and aDPar: parameter for the shape probability distributions, requires values in the range 0.0001 to 1
. (Clipped internally for safety!)
fScl and aScl multiplier for the output of the probability distributions, range 0.0 to 1.0; 1.0 for full range.
Enjoy!
COMMENTS (5)