Re: [chuck-users] Communicate with a C++ programme (Guille Elias Alonso)

2016-05-12 Thread Perry Cook
It’s pretty old-school, but often my solution for this is to pipe text output of ChucK into stdin of the Cxx program in a terminal. You need to be sure to send to chout and not just use the <<< “PRINT THIS” >>>; form, because the latter prints to stderr, not stdout. Here’s a simple ChucK

Re: [chuck-users] print absolute time in chuck

2016-05-12 Thread Chiel ten Brinke
Thanks for your suggestions. $ chuck --version chuck version: 1.3.5.2 (chimera) microsoft win32 : 32-bit http://chuck.cs.princeton.edu/ http://chuck.stanford.edu/ $ pwd /c/Users/Chiel.tenBrinke/Projects/chugins/Debug $ chuck --chugin:SystemTime ../SystemTime/SystemTime-test.ck