nf

Results 21 comments of nf

If the portaudio maintainers don't fix it, we might have to switch to a different package for talking to the audio card. On Sun, Jan 10, 2016 at 10:21 AM,...

The data model in the front end is just the object divs and their jsPlumb connections. This makes it hard to serialize the state. That's kinda gross. I think what...

It's not really duplicated code. It's more a formalization of what the JS is already doing, plus separating the presentation layer (a mess of JS libraries and the DOM) from...

I would prefer that the server is the source of truth, and that each client sends incremental updates to the server, and the server sends incremental updates to the client...

Note that I _don't_ want to go overboard here and implement OT. Simple at this stage is fine.

Understood. FWIW this front end data model thing is on the top of my mind, having done a bunch of UI work over the weekend, so I'll be addressing this...

I've just finished a large-scale refactoring of the front- and back-ends UI layers. It should be ready for you to tackle these issues, if you're still interested.

@rakyll if you exempt the ui and el fields then the rest of Object can be easily serialized. Open to suggestions the best way to separate that. I'm still not...

Thanks. I hate JS. I guess that shows.

This is non-trivial. After a re-connect, the front end would need to reconstruct the entire patch by sending messages to the back end. Not a huge deal, but I want...