Spencer Salazar

Results 33 comments of Spencer Salazar

Thanks all for tracking this all down. OscOut/OscIn are supposed to be the new and improved Osc classes in ChucK as they resolve a number of internal and user-facing issues...

I think the issue here is ``` new Type @=> Type t; ``` Basically the underlying object is at no point an instance of StringType, so casting it to StringType...

Yeah that will be a nice improvement, thanks for the feedback. We'll try to work on that for an upcoming release. > It is almost completely useless this way. Im...

netin and netout are dead as far as I am aware--I believe they were removed from the language entirely and only persist in some forms of the documentation. Would love...

> I was hoping to use ChucK on a non music application which required a lot of timing and udp since I already have used ChucK it seemed like a...

Hey Tim, Cool, thats a good analysis. I think the most general solution would be to disallow comma expressions in array subscripts (e.g., right after a variable name) while continuing...

Thanks Hugh! That all sounds awesome. Those seem like good first steps to me. The main thing I would add, if you have time, is to investigate an ARM version-...

Thanks for letting us know. Does the issue occur exclusively when you use the MIDI controllers? Does the miniAudicle hang warning appear for any other types of programs? Its pretty...

I would be down to create a new repository under the ccrma/ organization for pulling in user examples/demos. I think its important to both listen and see code. What would...

> This repo uses my own ChucK debian package @hughrawlinson would you be interested in making this public, maybe as a PPA on Launchpad? We have been trying to make...