Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] Java Bindings working in real time

Date2005-03-11 14:21
FromMichael Gogins
SubjectRe: [Cs-dev] Java Bindings working in real time
The Java bindings are part of the regular Csound 5 build if you choose to build CsoundVST. Also, if you get the prebuilt Csound binaries in the csoundvst package or the Windows installer, you will get precompiled class files for the Java binding.

-----Original Message-----
From: Carlos Pita 
Sent: Mar 10, 2005 11:59 PM
To: csound-devel@lists.sourceforge.net
Subject: Re: [Cs-dev] Java Bindings working in real time

Hi!
Where are the java bindings? Do I need csoundVST to use them?
I want to use csound API from java. I was thinking about creating
the jni bindings myself.

Thank you.
Carlos.

>  I have tried the following short program with the latest beta and 
>  "trappedrt.csd." is correctly rendered in real time .
>  Thanks to the Csound5 developers!
>  I can continue to learn the Csound API... more to come...
>  jean-pierre
>  
>  public class TestCsound5 {
>  
>      public static void main(String[] args) {
>          CppSound c = new CppSound();
>          c.load( "c:/csound/bin/Csound5/examples/trappedrt.csd");
>        
>          boolean b = c.exportForPerformance();
>          int rc = c.perform();
>        
>      }
>  }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net