This looks very useful Mirek. I was working on a few projects where I would have liked to use a website/browser to control QC. Gave up on those though, due to a lack of programming skills on my side. Is you websocket solution bi-directional? can the browser send and receive commands?
I was unable to compile the websocket plugin/patch. Do you thing you could send a binary version? best, Volker > > Message: 1 > Date: Tue, 03 May 2011 10:20:37 +0100 > From: Mirek Rusin <[email protected]> > Subject: quartz composer - html layouts > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; CHARSET=US-ASCII > > If anybody finds this interesting I'm playing with connecting quartz > composer and web browsers. > > the motivation behind is to allow easy creation of control layouts using > html or flex. the communication > is handled via websockets, similar in nature to osc patches. websockets > have some advantages over osc > protocol - most modern web browsers support websockets, packet delivery is > guaranteed, messages > are json encoded, so structures can be send as single value, etc. > > the patch is based on two projects: > https://github.com/mirek/CoreWebSocket - web socket support > https://github.com/mirek/CoreJSON - for json serialization > > the patch is available here: > https://github.com/mirek/quartzcomposer-websocket > > Mirek Rusin > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

