two questions on twelve CsoundAPIExamples
Date | 2015-11-24 10:54 | ||
From | Andrea Strappa | ||
Subject | two questions on twelve CsoundAPIExamples | ||
Attachments | test_with_java_example1.wav test_with_csound.wav csoundAPIexamples_on_Netbeans_istructions_and_report.pdf | ||
Hi list,
I'm trying to connect Java and Csound. For this, I began
to study Java (not easy).
I tested Steven Yi CsoundAPIExamples ( https://github.com/csound/csoundAPI_examples ).
On .pdf attached I wrote my instructions for running
csoundAPIexamples on Netbeans.
On 32bit platform the examples run and sound, but not on
64 bit platform (details of out message on pdf).
1) It's possible running those examples on
64bit?
Example1 writes test.wav not readble (see
"test_with_java_example1.wav" attached).
The correct .wav generated with Csound is
"test_with_csound.wav" (also attached).
2) Any suggestions?
Thanks you
Andrea S.
|
Date | 2015-11-24 11:27 | ||
From | Steven Yi | ||
Subject | Re: two questions on twelve CsoundAPIExamples | ||
Hi Andrea, For #1, currently you must use a 32-bit JVM with Csound on Windows, as the Csound distribution for Windows is only 32-bit. A 64-bit release of Csound depends upon finding people with time to invest in building it. For #2, I downloaded the files and they both played fine here using VLC (I am on OSX 10.10). One file is longer than the other though. I am not sure what is going on there. steven On Tue, Nov 24, 2015 at 10:54 AM, Andrea Strappa <a_strappa@tin.it> wrote:
|