Csound Csound-dev Csound-tekno Search About

[Cs-dev] Java Bindings working in real time

Date2005-03-08 18:38
FromJean-Pierre Lemoine
Subject[Cs-dev] Java Bindings working in real time
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