Download at googlecode:
cfa.py
A recursive probabilistic music synthesis language.
Currently not very configurable nor documented. I wrote the first six versions in a week as a break from coding my senior design project.
Syntax is very similar to Context Free Art. Significant differences include use of the pipe character for parallelization, rule declarations without first saying 'rule', parenthesis instead of curly braces, and choice of scaling or incrementing inherited variables.
frequency = float
amplitude = float
harmonic = int
loop = time|count
duration = float|int
fill = new|clone|quiet
a, d, s, r = float</pre>
RSS
