> http://hackage.haskell.org/package/csound-expression > > and library for music composition. It will contain combinators for score > composition and microsound music support (it tries to be small, general and > not so western-music-tradition oriented). It makes no sound yet, but defines > how to compose things. Main target is csound-expression library. I'm > planning to add simple midi support as demo. I've made first version and > need to write docs and examples.
Interesting. Any links to music produced with it, even if it was just for testing? I've wound up with what is basically a DSL as well, though not a very well organized one. Like you, I'm writing a library for music composition rather than synthesis, and I've tried to make good scale support a priority, but I've focused on generating midi first and not yet written a csound backend. When you have more docs and examples ready I'd be interested in taking a look, especially the scale handling. I discovered it's more complicated than I thought, but I'm sure a different person would come up a totally different set of solutions. _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
