Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-11 Thread Erik de Castro Lopo
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/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-11 Thread Anton Kholomiov
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
> >
> > http://hackage.haskell.org/package/csound-expression
>
> 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
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-09 Thread Erik de Castro Lopo
Anton Kholomiov wrote:

> no, it's not here any more, but i've added tutorial. look for update
> 
> http://hackage.haskell.org/package/csound-expression

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


Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-09 Thread Anton Kholomiov
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
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-04 Thread 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


Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-04 Thread Erik de Castro Lopo
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).
> 
> http://hackage.haskell.org/package/csound-expression

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/
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-10-26 Thread Anton Kholomiov
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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe