<div dir="ltr">Hi all - I&#39;m not sure if this is more of a developer question, but I&#39;ll try here first.<div><br></div><div>I&#39;m investigating integrating ChucK into a custom app and am intrigued by the new chunity integration.  The key aspects of chunity (for my purposes) are the new global keyword coupled with the ability to send/recv values (and events) from a controlling application.</div><div><br></div><div>I have two questions:</div><div><br></div><div>1. does the new global keyword actually work?  </div><div>In miniAudicle 1.4.0.0 (on windows), i have a one-line script:  </div><div><br></div><div>    global int myvar;</div><div><br></div><div>This produces an error message:</div><div><br></div><div> [untitled]:line(1).char(33): syntax error</div><div><br></div><div>which goes away with the removal of the global keyword.</div><div><br></div><div>1a. i do see a special branch of chuck called dac-ugen-replacement which may be hold the answers to my question.  Perhaps it&#39;s only a matter of the windows build being a little behind (due to the grammar change)?</div><br class="inbox-inbox-Apple-interchange-newline"><div>2. is there a github repository for the chunity plugin?  I don&#39;t see it in the standard chuck github.  It&#39;s possible that the global keyword is only activated for special builds of chuck and I might be able to get to the bottom of that question by inspecting the chunity builds.  Incidentally, I see that ChucK Racks addressed a set of similar problems in a different manner (by extending the chuck environment directly via PluginHost). My impression is that these two activities occurred in parallel and that there may be an advantage in combining the two approaches, perhaps ultimately producing a publicly available .so/.dll as part of the chuck distribution.</div><div><br></div><div>Advanced thanks for any comments or pointers on these questions! </div><div>And the usual giant kudos to the ChucK devs for producing such a cool thing!.</div><div><br></div><div>Regards,</div><div>Dana Batali</div></div>