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

2013-11-09 Thread David Robillard
On Wed, 2013-11-06 at 15:21 +, Aurélien Leblond wrote: [...] Using instance-access for visualization is 100% OK (assuming graceful degradation if the plugin does other things). Using it for control is grounds for being taken out back and shot. [...] Well, there is one simple reason why

[LAD] JAudioLibs' AudioServer API and JNAJack

2013-11-09 Thread Neil C Smith
Hi All, I've written up a blog post on some recent changes to the JAudioLibs' AudioServer API [1]. This is a Java callback audio API loosely inspired by PortAudio, and the recommended approach for adding JACK support to a Java application with JNAJack. The AudioServer API makes it easy to

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

2013-11-09 Thread David Robillard
On Thu, 2013-11-07 at 00:49 +0100, Robin Gareus wrote: On 11/06/2013 04:21 PM, Aurélien Leblond wrote: @Robin: I'll defo have a look at the example you sent though, that looks like exactly the type of example I was looking for. I've just brushed it up a bit, removed all raw-atom write

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