New in Wolfram Mathematica 6: Symbolic Sound Support | ◄ previous | next ► |
Generate Arbitrary Algorithmic Music
Mathematica 6 provides a new generation of tools to create algorithmic music.
In[1]:= | Sound[SoundNote[DeleteCases[3 Range[31] Reverse[#], 0] - 48, .1] & /@ Transpose[CellularAutomaton[90, {{1}, 0}, 30]]] |
Out[1]= |