Re: [Cs-dev] matlab interface
| Date | 2008-03-15 16:49 |
| From | "Michael Gogins" |
| Subject | Re: [Cs-dev] matlab interface |
| Attachments | None None |
|
The Csound API Reference Manual: http://csound.sourceforge.net/refman.pdf.
The Python examples in the examples directory use the Python
API, and provide examples of how to use it.
Hope this helps,
Mike
|
| Date | 2008-03-15 18:11 |
| From | "Balan Clockfactory" |
| Subject | Re: [Cs-dev] matlab interface |
| Attachments | None None None None |
| Date | 2008-03-15 22:03 |
| From | "Balan Clockfactory" |
| Subject | Re: [Cs-dev] matlab interface |
| Attachments | None None None None |
| Date | 2008-03-16 15:49 |
| From | Anthony Kozar |
| Subject | Re: [Cs-dev] matlab interface |
A minor correction: the call to csoundInitialize() should come before
csoundCreate(). It initializes the Csound library and only needs to be
called once by a program, even if csoundCompile() is called multiple times.
Anthony Kozar
mailing-lists-1001 AT anthonykozar DOT net
http://anthonykozar.net/
Balan Clockfactory wrote on 3/15/08 6:03 PM:
> int main(int argc, char* argv[])
> {
> // csound object
> CSOUND* csound = csoundCreate(0);
>
> // init
> csoundInitialize(&argc, &argv, 0);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |