Re: [LAD] [Meego-handset] Meego pulseaudio "compliance" and "enforcement" (was Re: Enabling Speakerphone)

2010-12-28 Thread Niels Mayer
Thanks for all your comments and information. Some of this info and your presentations ended up in an article I put together outlining porting an Android multimedia app to Meego/N900: http://code.google.com/p/ytd-meego/wiki/CitizenJournalismWithYoutubeDirectForMeego specifically, http://code.goog

Re: [LAD] on the soft synth midi jitters

2010-12-28 Thread torbenh
On Mon, Dec 27, 2010 at 06:09:49AM +1100, cal wrote: > Does anyone have any experience with speed of traversal through a > boost multi index container? I'm pondering their use to manage notes > currently in play, eg indexed by midi channel ordered by midi event > time/frame stamp. traversal should

Re: [LAD] on the soft synth midi jitters

2010-12-28 Thread cal
On 28/12/10 23:04, torbenh wrote: [ ... ] boost multi index container? I'm pondering their use to manage notes traversal should be quite quick. you need to be careful that it doesnt silently call malloc when you insert stuff into it. i would normally advise against using it. That's helpfu

[LAD] [ANN] tschack-0.120.1 and PyJackd-0.1.0

2010-12-28 Thread torbenh
hi... since jack1 release is taking pretty long, i decided to stop waiting with a tschack release. tschack is an SMP aware fork of jack1. its a dropin replacement like jack2. features: - jack1 mlocking - controlapi which works even when libjackserver.so is loaded RTLD_LOCAL - smp aware - backen

[LAD] usb tools ?

2010-12-28 Thread Dave Phillips
Greetings, A fellow Fender Mustang 1 user is working on native Linux software that can be used with the amplifier. Apparently he needs some tools like usbsnoop to find out what's happening to & from the amp's USB port. He wrote that usbsnoop and snoopyusb weren't able to do the job, so I thou

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 wheth

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 po

Re: [LAD] LV2 Beat reporting?

2010-12-28 Thread Jeremy
I would lean towards trigger "events" as well, but I'd probably want some input from DAW developers before I just wrote an extension myself. Jeremy On Tue, Dec 28, 2010 at 3:00 PM, Paul Giblock wrote: > It sounds to me like the generic "Beat" Event would be a "TriggerEvent". > Triggers could be

Re: [LAD] [ANN] MusE 2.0alpha

2010-12-28 Thread mickski
On Thu, 23 Dec 2010 14:35:23 +0100, Robert Jonsson wrote: Hi muse 2 builds fine here. However how do you tell it to install to lib64 rather than lib (Slackware64-13, multilib). If using configure scripts, autotools you would pass --libdir= to the configure script. Am I missing something obvious

Re: [LAD] [ANN] MusE 2.0alpha

2010-12-28 Thread Geoff Beasley
muse doesn't put anything in /lib - if you don't want to use /usr/local as your default path then pass [-DCMAKE_INSTALL_PREFIX=/usr ] after the cmake command. hth g. On 12/29/2010 11:42 AM, mickski wrote: On Thu, 23 Dec 2010 14:35:23 +0100, Robert Jonsson wrote: Hi muse 2 builds fine here. Ho