[ANNOUNCE] csound-expression - csound combinator library

Hi, I'm glad to announce csound combinator library. It features liberation from id-style csound code, haskore-like composition structures, type-safe composable opcodes and simple instrument interface (no interface at all, instrument is just a function from some note representation to signal). http://hackage.haskell.org/package/csound-expression Anton

Anton Kholomiov wrote:
I'm glad to announce csound combinator library.
It features liberation from id-style csound code, haskore-like composition structures, type-safe composable opcodes and simple instrument interface (no interface at all, instrument is just a function from some note representation to signal).
This looks very interesting and seems to have quite comprehensive reference documentation. Unfortunately there doesn't seem to be any examples. Would it be possible to add some examples? Even trivial ones would be useful to get people started. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

Hi Erik,
This looks very interesting and seems to have quite comprehensive reference documentation. Unfortunately there doesn't seem to be any examples.
Would it be possible to add some examples? Even trivial ones would be useful to get people started.
Erik
The examples at the bottom of 'CsoundExpr.Base.Types' page might help -- Regards, Kashyap

no, it's not here any more, but i've added tutorial. look for update
http://hackage.haskell.org/package/csound-expression
2010/11/4 C K Kashyap
Hi Erik,
This looks very interesting and seems to have quite comprehensive reference documentation. Unfortunately there doesn't seem to be any examples.
Would it be possible to add some examples? Even trivial ones would be useful to get people started.
Erik
The examples at the bottom of 'CsoundExpr.Base.Types' page might help
-- Regards, Kashyap _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Anton Kholomiov wrote:
no, it's not here any more, but i've added tutorial. look for update
Thanks for that, but wouldn't it be nicer to move the tutorial out of the library sources directoru src/ ? Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/

Maybe haskellWiki is proper place for this, but I like what haddock is doing
with styles and how it links to functions and modules.
2010/11/10 Erik de Castro Lopo
Anton Kholomiov wrote:
no, it's not here any more, but i've added tutorial. look for update
Thanks for that, but wouldn't it be nicer to move the tutorial out of the library sources directoru src/ ?
Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Anton Kholomiov wrote:
but I like what haddock is doing with styles and how it links to functions and modules.
Well maybe move it to src/Tutorial, then you get the bext of both worlds, the tutorial is easy to find and it gets haddock docs. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
participants (3)
-
Anton Kholomiov
-
C K Kashyap
-
Erik de Castro Lopo