[Cs-dev] Problem with Csound6 API example
Date | 2013-10-05 12:32 |
From | Francois PINOT |
Subject | [Cs-dev] Problem with Csound6 API example |
Attachments | APIexample.zip None None |
Hello I wrote for the FLOSS manual a c++ program to show the new API features. I tested the program on two machines: a desktop with an AMD Athlon(tm) II X2 B26 Processor × 2 and a laptop with an Intel® Core™ i7-3610QM CPU @ 2.30GHz × 8 processor.When I run the executable built on either machine on the desktop computer everything is ok. When I run the executable built on either machine on the laptop, there is a noticeable delay between the calls to CompileTree, CompileOrc, EvalCode, or ReadScore and the result of these calls. Could it be a multicore issue ? Any idea ? g++ -DUSE_DOUBLE -o dc dynCompil.cpp -lcsound64 -lcsnd6 |