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 |