Spencer Russell

Results 110 comments of Spencer Russell

Just a ping that it would be great to get a new version working and tagged. * AbstractTrees < v0.1.0 is not compatible with Julia v0.6 * ASTInterpreter requires AbstractTrees...

According to [the docs](http://doc.sccode.org/Guides/SCIde.html) regions are defined by an open and close parenthesis, each on its own line. Maybe you could just do a linear search up and down from...

I started this before those other PRs were merged, so I'll need to rebase. Here's a gif: ![atom supercollider autocomplete demo](https://user-images.githubusercontent.com/734386/31004065-ba30abac-a4c0-11e7-968a-4408171eae61.gif)

which change are you referring to? I've got the issue up but windows support hasn't been a priority. I was avoiding Windows support because of the custom C shim and...

Via email Aitor Ortiz de Latierro Olivella informed me that the packages are: - "libportaudio2" (libportaudio2 (mingw64) - Portable Real-Time Audio Library) - "libsndfile1" (libsndfile1 (mingw64) - A Library to...

Hmm, what happens if you try to use AudioIO even though the build throws the error? Are you able to play sound?

Hi, sorry, I didn't see these updates because apparently GitHub doesn't sent notifications on updates, only new comments. I'll see if I can get AudioIO up and running on a...

Are you running the release version or master? If you're not running the latest master try checking it out with `Pkg.checkout("AudioIO")`. I fixed the package names to what hopefully are...

Thanks for the windows help, @wherrera10. If this change is confirmed working than I'll merge in #50. (I don't think it should break anything on linux or osx and seems...

There is going to be a lot of revision on the PortAudio side, but it's hard to tell at this point what exactly will be preserved across the transition. Certainly...