gogins / silencio

Algorithmic composition for Csound in Lua and JavaScript.
2 stars 0 forks source link

Add symbolic math #13

Closed gogins closed 7 years ago

gogins commented 7 years ago

Add to Silencio facilities for using symbolic math, and add to gogins.github.io examples of generating scores using symbolic math.

gogins commented 7 years ago

The most often mentioned libraries are Algebrite at https://github.com/davidedc/Algebrite, nerdamer at https://github.com/jiggzson/nerdamer, and algebra.js at https://github.com/nicolewhite/algebra.js. The capabilities that I want to use include sampling functions to produce scores, solving equations, and dynamical systems. Superficially Algebrite seems best, I am looking at test suites now for a better idea.

gogins commented 7 years ago

I am going to try first with Algebrite.

gogins commented 7 years ago

Moving this to gogins.github.io.