Re: [LAD] [LV2] LV2: Communicate from the DSP to the UI

2013-11-10 Thread Aurélien Leblond
I've just brushed it up a bit, removed all raw-atom write calls, added RDF attributes for channel-id, etc and also sanitized the drawing routine somewhat. pushed to https://github.com/x42/sisco.lv2 Now it is a proper example and should be about halfway towards your needs.

Re: [LAD] [LV2] LV2: Communicate from the DSP to the UI

2013-11-10 Thread David Robillard
On Sat, 2013-11-09 at 21:33 +0100, Robin Gareus wrote: On 11/09/2013 08:10 PM, David Robillard wrote: https://github.com/x42/sisco.lv2 Perhaps a good candidate for official (i.e. included) example? eg-scope, sure, fine with me; but please give me a few days to add some more comments to

Re: [LAD] [LV2] LV2: Communicate from the DSP to the UI

2013-11-09 Thread Robin Gareus
On 11/09/2013 08:10 PM, David Robillard wrote: I've just brushed it up a bit, removed all raw-atom write calls, added RDF attributes for channel-id, etc and also sanitized the drawing routine somewhat. pushed to https://github.com/x42/sisco.lv2 Now it is a proper example and

Re: [LAD] [LV2] LV2: Communicate from the DSP to the UI

2013-11-05 Thread David Robillard
On Mon, 2013-11-04 at 23:48 -0600, Michael Fisher wrote: On Mon, Nov 4, 2013 at 6:52 AM, Aurélien Leblond blabl...@gmail.com wrote: Hi Michael, What I think I should be doing is using Blank Atom to transfer the data from DSP to UI, right? It sounds logical to me, yeah. Doing it