DBraun / ChucKDesigner

ChucK audio integration with TouchDesigner
Other
38 stars 0 forks source link

Again Me #19

Open Santiquesada opened 6 months ago

Santiquesada commented 6 months ago

Hi there mr Braun, sorry to ask again, but i connect the Chuck Listener creating the global variables as you explained. but it seems not to work(probably i am not connecting something) but i ask for our help again. The variable counter shows up in the Chuck listener but is always = 0, i dont know how to increase it as it is supposed to be increasing according to the code

ChuckListener Code

DBraun commented 6 months ago

Here's a screenshot from the ChucKDesigner.toe project

image Note that Chucklistener2 has a .Chuck parameter whose value is Chuckaudio. That's why there's a gray line flowing from Chuckaudio to Chucklistener2.

I also recommend poking around /project1/test_callbacks_and_set_methods in the project. Unbypass the Chuck nodes, compile the Audio ones, and run the scripts (the DATs that aren't related to the null_chuck_code DATs). Then you'll see output in the textport due to the listener nodes. Example:

image