Re: [haskell art] the library of beautiful instruments implemented in haskell / csound

2015-09-16 Thread Anton Kholomiov
Alas there is no CsdSco typeclass anymore. The original idea was to implement score type with the most basic type and give the user a chance to write converters and use score playing functionality by the class CsdSco. But I've noticed that this approach was preventing me from using advanced score

Re: [haskell art] the library of beautiful instruments implemented in haskell / csound

2015-09-15 Thread Edward Lilley
Hi The most useful part of this (for me) is the ability to play midi-style instruments at arbitrary frequencies, so this looks great! To that end, I'm looking for the definition of the 'CsdSco' typeclass, as I want to write my own instance. It seems to be referenced in the csound-expression

[haskell art] the library of beautiful instruments implemented in haskell / csound

2015-09-13 Thread Anton Kholomiov
Status update for my haskell synth csound-expression. The main point is presence of many cool instruments. They are implemented in the package csound-catalog. All packages are compiled with GHC-7.10 So the hackage fails to build them and unfortunately docs a broken too. But you can look at the