Re: [LAD] LV2 Beat reporting?

2010-12-28 Thread JohnLM
Well I think the idea is quite good! I could think of few more uses, including real-time DJ crossfade/mix sync by beats, and such. I haven't looked into LV2 much yet, but one thing is sure. You can't make the plugin universal. Any host dealing with such plugin must be aware of it's purpose

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

[LAD] LV2 Beat reporting?

2010-12-25 Thread Jeremy
Hi all, So I'm writing some LV2 plugins to wrap up the Aubio audio analysis libraryhttp://aubio.org/, and I'm not sure exactly how to handle functions like onset detection. Currently, it just outputs clicks to an audio port (0 when no beat, 1 when beat is detected). However, this doesn't take

Re: [LAD] LV2 Beat reporting?

2010-12-25 Thread Alexandre Prokoudine
On 12/26/10, Jeremy wrote: Hi all, So I'm writing some LV2 plugins to wrap up the Aubio audio analysis libraryhttp://aubio.org/, https://github.com/jeremysalwen/Aubio-LV2-Plugins ? :) Alexandre Prokoudine http://libregraphicsworld.org ___

Re: [LAD] LV2 Beat reporting?

2010-12-25 Thread Jeremy
On Sun, Dec 26, 2010 at 2:08 AM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: On 12/26/10, Jeremy wrote: Hi all, So I'm writing some LV2 plugins to wrap up the Aubio audio analysis libraryhttp://aubio.org/, https://github.com/jeremysalwen/Aubio-LV2-Plugins ? :)