Re: [Cs-dev] Java wrapper to csound API
Date | 2011-06-06 08:25 |
From | Francois PINOT |
Subject | Re: [Cs-dev] Java wrapper to csound API |
Attachments | None None |
Hello Victor, the problem comes from the Csound.Compile method using the CsoundArgVList object. If I replace the line int result = csound.Compile(arguments.argc(), arguments.argv()); by the line int result = csound.Compile("myfile.csd"); it works fine. But when I run the python example of my FLOSS manuals article (http://en.flossmanuals.net/csound/ch063_the-csound-api/), which is very similar to the Java example, it works fine with the CsoundArgVList object. So the problem seems to come from the compilation of the java wrapper on Ubuntu. I'm using the sun sdk. Any idea? Francois Date: Sat, 04 Jun 2011 21:57:30 +0100 From: Victor Lazzarini <Victor.Lazzarini@nuim.ie> |