tatecarson

Results 10 comments of tatecarson

I still occasionally have this problem but circumvent it by saving code in separate files and then executing them all from one master file. I think in that instance I...

I just disabled atom-ctags and it's booting fine now. Any ideas? Previous to this ctags wasn't really working how it should. The code lookup wasn't working.

I reinstalled ctags and it stopped working again. Uninstalled it and everything was fine. I'm not sure about the path..it worked fine before I started messing with ctags. Problem solved...

This is a version of the color example but with a background with no opacity. Is this what you were looking for? ``` var dial = new Nexus.Dial('#dial') dial.value =...

If you give me an example in context I can take a look at it.

Hello, I think this is a good idea. It could be a mode of [pan](https://nexus-js.github.io//ui/api/#Pan) so you could choose the slider or the knob. Then we could leave the dial...

That is not part of the ui library anymore. @jesseallison is developing nexusHub, which deals with networking, as a separate library. You might still be able to use the php...

I'm trying to use it to control musical parameters. In the SuperCollider programing langauge, used for composing music. There is a function that returns random values that follow an exponential...

How do I go about checking if the processes are starting up? I was just trying again from a reboot so I don't think any servers were running. I get...

> I was thinking about porting the patterns library to javascript. It would actually be simpler to write it in js than sc. That library could be used with supercollider.js...