Never mind, I found the problem.
https://github.com/heuermh/lick/commit/5de9d0e3839ae4f1870f97ff1b5bf7624bf39...
Thanks for listening.
michael
On Mon, Jan 28, 2013 at 5:00 PM, Michael Heuer
Hello,
I re-implemented the following
https://github.com/heuermh/lick/blob/master/examples/mesmerizer.ck
as a chubgraph
https://github.com/heuermh/lick/blob/master/Mesmerizer.ck
and I don't hear anything when I run this example
https://github.com/heuermh/lick/blob/master/examples/mesmerizerExample.ck
To run, clone LicK from https://github.com/heuermh/lick then
$ chuck --loop
in one terminal and
$ chuck + import.ck $ chuck + examples/mesmerizerExample.ck
in a second terminal.
It is possible that I made some mistake in the translation, but I don't see one. The Chugin paper warns that Chubgraph implementations can get complex but doesn't show or explain why.
michael