Re: [LAD] What KvR didn´t understand.

2013-01-07 Thread Paul Giblock
Ban all the gay toilets while you are at it. -- Paul On Mon, Jan 7, 2013 at 10:46 AM, Neil C Smith n...@neilcsmith.net wrote: For the love of insert fairy tale deity please ban obvious troll! ;) Neil C Smith Artist : Technologist : Adviser http://neilcsmith.net On 7 Jan 2013 15:41, Ove

Re: [LAD] concurrent access on smp

2012-10-31 Thread Paul Giblock
If your data structures and their use require locking, which you would like to avoid, there is a concept called Read-Copy-Update which is for example heavily used in the kernel and is also available as an userspace library (http://lttng.org/urcu). Yes, the RCU approach is quite effective.

Re: [LAD] [Ann] Folve: Fuse file system that convolves flac files on-the-fly

2012-09-17 Thread Paul Giblock
On Sep 17, 2012 8:04 PM, Henner Zeller h.zel...@acm.org wrote: Hi, On 16 September 2012 09:10, Fons Adriaensen f...@linuxaudio.org wrote: On Sun, Sep 16, 2012 at 12:46:42AM -0700, Henner Zeller wrote: Over the week or so, I've build some fuse filesystem filters flac files on-the-fly

Re: [LAD] NSM - handling large files

2012-04-02 Thread Paul Giblock
nb. all this applies whether the external files symlinking are implemented or not (will that be an option or shall be mandatory by SM protocol design?); Do all target filesystems support symbolic links? ___ Linux-audio-dev mailing list

Re: [LAD] DrMr: a new lv2 sampler/drum machine plugin

2012-02-14 Thread Paul Giblock
If anyone has an ideas for a very simple (no samples and threads and such) example plugin with a reasonable use for multiple parameters, do tell.  I thought a multi-point envelope would be a neat one, but there's too much UI work there. How about a simple mixer with N input channels and N

Re: [LAD] LMMS Trippleoscillator, LV2/linuxVST-version possitiblity?

2012-01-26 Thread Paul Giblock
I am actively working on the LV2 version of LMMS plugins right now. LB303 is partially complete. I need to finish implementing one of the filters and add support for pitch-bend. Other than that, it is basically done. My current focus is on TripleOscillator because you (Gabbe) explicitly asked

Re: [LAD] LMMS Trippleoscillator, LV2/linuxVST-version possitiblity?

2012-01-05 Thread Paul Giblock
Yes. And 3xOsc is the next one I am implementing. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] Fw: Re: bleeding edge html5 has interesting Audio APIs

2011-11-22 Thread Paul Giblock
Or simply hide the cursor? On Nov 22, 2011 4:12 PM, Fons Adriaensen f...@linuxaudio.org wrote: On Tue, Nov 22, 2011 at 09:13:37PM +0100, Nick Copeland wrote: If you are using a toolkit that has a data flow of the following: pointer motion-graphical display-values-application-output

Re: [LAD] Fw: Re: bleeding edge html5 has interesting Audio APIs

2011-11-22 Thread Paul Giblock
!! A good idea. But it could be confusing to the user, unless you provide a substiute. Yes. I suppose one could overlay a sprite to where the user clicked with the mouse last, then we are getting into the syncing you mentioned earlier. One thing I do like about this method (either emulating

Re: [LAD] mp3tom4a via find and ffmpeg

2011-08-12 Thread Paul Giblock
Look at find's -exec option. And this isn't really much of a LUA and certainly no LAD question. More of a how to use the shell thing. On Aug 12, 2011 1:11 PM, guerrier guerr...@gmail.com wrote: hello can someone please help me with this? i can find all the mp3s in a directory and its

Re: [LAD] MDA-LV2 plugins fail to configure

2011-07-19 Thread Paul Giblock
I'm no python expert, and I am not at a computer. My guess is you are using python3 instead of 2. I know they changed lots of list stuff. Paul On Jul 19, 2011 2:46 PM, Aurélien Leblond blabl...@gmail.com wrote: Hi, I can't compile the MDA-LV2 plugins (SVN 3422). I tried to mess around with

Re: [LAD] Android audio plugins

2011-06-29 Thread Paul Giblock
And this is what I'm wondering... could/should this be done with an LV2 extension? I'm not qualified to answer that. Although, something like the HTTP Accepts header and content negotiation comes to mind. ___ Linux-audio-dev mailing list

Re: [LAD] [ann] CAPS 0.4.5

2011-03-30 Thread Paul Giblock
From the docs for LV2_Descriptor::URI: A globally unique, case-sensitive identifier for this plugin type. All plugins with the same URI MUST be compatible in terms of 'port signature', meaning they have the same number of ports, same port shortnames, and roughly the same functionality. URIs

Re: [LAD] [ANN] IR: LV2 Convolution Reverb

2011-02-25 Thread Paul Giblock
Clear your cookies and try again. Google must know you are involved in Linux Audio ;) On Fri, Feb 25, 2011 at 1:01 PM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On Fri, Feb 25, 2011 at 8:50 PM, David Robillard wrote: It's also the company in Jurassic Park. One day I'll make

Re: [LAD] [ANN] IR: LV2 Convolution Reverb

2011-02-22 Thread Paul Giblock
Dave, I do some work in Qt. Primarily helping to port Lmms to Qt4. I am now working on a successor. This host is in Qt4 and uses lv2 as the primary plugin api. I desire embedded plugins, so this topic is close to my heart. Anyways, I would name the URI after Qt4 instead of simply Qt. Qt breaks

Re: [LAD] [ANN] IR: LV2 Convolution Reverb

2011-02-22 Thread Paul Giblock
Yeah, I was thinking the something regarding gtk. Too late to change it though. I suppose the next one will just be versioned. And you are right. Nobody cares about 3 anymore, except for backwards compatibility. There is no reason to pull that into the UI spec, though, as there are no Qt3 lv2

Re: [LAD] DX7 (was Re: On the last eve of the year)

2010-12-31 Thread Paul Giblock
Now I wish I never sold my DX7 while I was short on cash in college.. -Paul On Fri, Dec 31, 2010 at 12:11 PM, Julien Claassen jul...@c-lab.de wrote: Yes, there was a great collection, which I have downloaded at the time, even before I knew hexter and before I could upload sounds to my DX7.

Re: [LAD] LV2 Beat reporting?

2010-12-28 Thread Paul Giblock
It sounds to me like the generic Beat Event would be a TriggerEvent. Triggers could be for clock, gates, envelopes, etc.. At least I think this would model the way old modulars would interact fairly well. But: Is it modeled as an audio-port with peaks to denote the triggers, or as an event port