[LAD] intergrating osc

2007-07-26 Thread Patrick Shirkey
Hi, Any pointers on where to start for integrating osc compatibility into jackEQ? Cheers. -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com Http://lau.linuxaudio.org - The Linux Audio Users guide Anything your mind can see you can

Re: [LAD] intergrating osc

2007-07-26 Thread Patrick Shirkey
Steve Harris wrote: On 26 Jul 2007, at 16:10, Patrick Shirkey wrote: The example on the site and looking at jamins code is very helpful for sending commands. My intention is to make jackEQ a daemon which can accept osc commands. I'm not sure from the examples above how to receive osc

Re: [LAD] intergrating osc

2007-07-26 Thread Patrick Shirkey
Steve Harris wrote: On 26 Jul 2007, at 15:24, Patrick Shirkey wrote: Florent Berthaut wrote: Patrick Shirkey a écrit : Hi, Any pointers on where to start for integrating osc compatibility into jackEQ? Cheers. http://www.audiomulch.com/~rossb/code/oscpack/ Thanks, Can someone explain

[LAD] JACK support for xwax

2007-07-31 Thread Patrick Shirkey
the processing engine so that we can keep alsa/oss support and also have jack too? Cheers. -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com Http://lau.linuxaudio.org - The Linux Audio Users guide Anything your mind can see you can manifest

Re: [LAD] handling data streams: file vs callback

2007-08-05 Thread Patrick Shirkey
. But it's gonna take me a couple of weeks of research to get my head around the solution... -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com Http://lau.linuxaudio.org - The Linux Audio Users guide Anything your mind can see you

[LAD] [OT] bash vs disk activity

2007-10-09 Thread Patrick Shirkey
it is actually finished being transferred and the device is unmountable. How would I track the 5 minutes of data transfer with bash? Cheers. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] [OT] bash vs disk activity

2007-10-09 Thread Patrick Shirkey
On Tue, 2007-10-09 at 13:11 +0200, Lars Luthman wrote: On Tue, 2007-10-09 at 14:02 +0300, Sampo Savolainen wrote: Quoting Patrick Shirkey [EMAIL PROTECTED]: For example if I transfer 200mb to a usb disk the copy command takes about 30 seconds before it returns and the data takes about

Re: [LAD] [OT] bash vs disk activity

2007-10-09 Thread Patrick Shirkey
On Tue, 2007-10-09 at 07:30 -0400, Ross Vandegrift wrote: On Tue, Oct 09, 2007 at 05:50:12PM +0700, Patrick Shirkey wrote: For example if I transfer 200mb to a usb disk the copy command takes about 30 seconds before it returns and the data takes about 5 minutes before it is actually

Re: [LAD] [OT] bash vs disk activity

2007-10-09 Thread Patrick Shirkey
On Tue, 2007-10-09 at 15:02 +0200, Marc-Olivier Barre wrote: On 10/9/07, Patrick Shirkey [EMAIL PROTECTED] wrote: Hi, Does anyone here have a bash script that will monitor disk activity or accurately provide a progress bar of a simple file copy? I have a script that transfers data

Re: [LAD] [OT] bash vs disk activity

2007-10-09 Thread Patrick Shirkey
On Tue, 2007-10-09 at 09:16 -0400, Forest Bond wrote: Hi, On Tue, Oct 09, 2007 at 01:11:38PM +0200, Lars Luthman wrote: On Tue, 2007-10-09 at 14:02 +0300, Sampo Savolainen wrote: Quoting Patrick Shirkey [EMAIL PROTECTED]: For example if I transfer 200mb to a usb disk the copy

Re: [LAD] [OT] bash vs disk activity

2007-10-11 Thread Patrick Shirkey
On Thu, 2007-10-11 at 13:42 -0400, Ross Vandegrift wrote: On Tue, Oct 09, 2007 at 06:58:40PM +0700, Patrick Shirkey wrote: Does anyone have a script for monitoring with iostat or vmstat while in async mode? I'm thinking a bash equivalent to the disk monitor on gkrellm which allows me

Re: [LAD] LV2 quot; isn't well thought out ?quot; LV2 in the Reaper sequencer

2008-01-22 Thread Patrick Shirkey
he mentioned was shot down in flames so it's not a case of the format being well thought out as he explicitly stated. Cheers. -- Patrick Shirkey ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman

Re: [LAD] LV2 quot; isn't well thought out ?quot; LV2 in the Reaper sequencer

2008-01-28 Thread Patrick Shirkey
even have to use his real name if he is worried about getting harassed due to the status he has acquired from his previous efforts. Anyway as the old saying goes You can lead a horse to water... -- Patrick Shirkey Boost Hardware Ltd. ___ Linux

Re: [LAD] LS licensing (was: LV2 quot; isn't well thought out ?quot; LV2 in the Reaper sequencer)

2008-01-29 Thread Patrick Shirkey
, but the black ones are evil by definition and don't count. Then why not call it MS or AS and be done with it? -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman

[LAD] Embedded System Consultant

2008-03-20 Thread Patrick Shirkey
but if anyone on this list is able to assist me immediately I would be very happy to hear from you. Just send a message off list if you are interested and I'll give you more details. Cheers. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev

Re: [LAD] OT.C Library for mounting, processing data

2008-03-28 Thread Patrick Shirkey
Christian Schoenebeck wrote: Am Freitag, 28. März 2008 09:07:21 schrieb Patrick Shirkey: Hi, Can anyone point me to a library that lets me mount a disk, copy data to the disk and unmount the disk? I'm using c and gtk. Uhm... how about the short way: #include stdlib.h int

Re: [LAD] OT.C Library for mounting, processing data

2008-03-28 Thread Patrick Shirkey
Markus Schwarzenberg wrote: On Fri, 28 Mar 2008 15:07:21 +0700 Patrick Shirkey [EMAIL PROTECTED] wrote: Hi, Can anyone point me to a library that lets me mount a disk, copy data to the disk and unmount the disk? regarding cp: if you do this in c++, you might want to use

Re: [LAD] OT.C Library for mounting, processing data

2008-03-28 Thread Patrick Shirkey
Patrick Shirkey wrote: Markus Schwarzenberg wrote: On Fri, 28 Mar 2008 15:07:21 +0700 Patrick Shirkey [EMAIL PROTECTED] wrote: Hi, Can anyone point me to a library that lets me mount a disk, copy data to the disk and unmount the disk? regarding cp: if you do

Re: [LAD] OT.C Library for mounting, processing data

2008-03-29 Thread Patrick Shirkey
Frank Barknecht wrote: Hallo, Patrick Shirkey hat gesagt: // Patrick Shirkey wrote: Thanks. This is quite a good selection so far. I wonder why nothing relevant shows up for me with google? It's all webpages talking about how to mount a device from CLI... Although we have free

[LAD] Python/GUI programmer required

2008-05-07 Thread Patrick Shirkey
Hi, I have a project which requires a python programmer to do paid work on a temporary contract to provide a desktop interface with gtk running on a Linux box. If you are interested in applying please send me a message off list and I will get back to you privately. Cheers. -- Patrick

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
On Tue, 2008-08-05 at 13:09 +0300, Sampo Savolainen wrote: Quoting Patrick Shirkey [EMAIL PROTECTED]: Ouch. The blog is just keeping track of recent developments that have been made that use water as a source of fuel. You're right that hydrogen is the actual power source

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
to run an engine. Definitely off topic but probably not stupid. -- Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
On Tue, 2008-08-05 at 11:16 +0200, Emanuel Rumpf wrote: 2008/8/5 Patrick Shirkey [EMAIL PROTECTED]: While we are discussing alternative fuels for cars, some of you may be interested in my new blog and the latest advancements in open source research on using water as a fuel ... http

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
On Tue, 2008-08-05 at 12:37 +0300, Sampo Savolainen wrote: Quoting Patrick Shirkey [EMAIL PROTECTED]: While we are discussing alternative fuels for cars, some of you may be interested in my new blog and the latest advancements in open source research on using water as a fuel

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
Pieter Palmers wrote: Patrick Shirkey wrote: On Tue, 2008-08-05 at 23:23 +1200, Pete Black wrote: If you want a hydrogen car, you can visit tokyo and lease one from Mazda whenever you like. http://gas2.org/2008/06/20/mazdas-new-premacy-hydrogen-hybrid-rotary-engine-car-takes-to-the-road

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
Klaus Kosten wrote: Patrick Shirkey schrieb: If you can burn water directly then you have some really severe problems with thermodynamics. Oh. Please explain your angle here or are you just trolling? This should be a good test of the validity of the videos on my blog that show people

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
Fons Adriaensen wrote: On Tue, Aug 05, 2008 at 09:01:55PM +0700, Patrick Shirkey wrote: In most places water is fairly easy to come by as you only have to wait for the rain or go to a lake/ocean whereas electricity is slightly more complex to attain and usually requires payment

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
Fons Adriaensen wrote: On Tue, Aug 05, 2008 at 10:08:59PM +0700, Patrick Shirkey wrote: So should we only be interested in this kind of stuff if it comes from a reputable mega corporation No. But this provides some insight in why you want to believe this: because it's not coming

Re: [LAD] OT: alternative fuel for cars [was: Re: Car engine sound emulation for future electic cars. ideas ?]

2008-08-05 Thread Patrick Shirkey
it first if this circuit turns out to be scientifically credible and leads to a viable alternative energy source. -- Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] joining the fun...

2008-08-25 Thread Patrick Shirkey
. The great thing about the internet is that they can’t shut us down now. So sharing knowledge learned through open research and development is a very safe way to make sure the common people of the world have the upperhand and not the corporate powers and selfish forces of greed. -- Patrick

Re: [LAD] joining the fun...

2008-08-25 Thread Patrick Shirkey
On Mon, 2008-08-25 at 17:33 +1000, Erik de Castro Lopo wrote: Now it really is time to STFU on this issue on this list. What issue Eric? The mighty power of c compared to the inferiority of c++? People in glass houses... -- Patrick Shirkey Boost Hardware Ltd

[LAD] Wireless Electricity vs audio quality

2008-08-25 Thread Patrick Shirkey
. Cheers. -- Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] Wireless Electricity vs audio quality

2008-08-25 Thread Patrick Shirkey
the power can be passed between points. I still have a feeling it will subtly influence the audio quality of a room. I have doubt about the effect it will have on electrical equipment due to static RF as we are not dealing with rf signals in this case. cheers. -- Patrick Shirkey Boost Hardware

Re: [LAD] Wireless Electricity vs audio quality

2008-08-25 Thread Patrick Shirkey
On Mon, 2008-08-25 at 19:47 +1000, Erik de Castro Lopo wrote: Patrick Shirkey wrote: I still have a feeling it will subtly influence the audio quality of a room. Science is not about feelings. Ahh but music is... I have doubt about the effect it will have on electrical equipment

Re: [LAD] Wireless Electricity vs audio quality

2008-08-25 Thread Patrick Shirkey
with discharge or leakage. -- Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] Wireless Electricity vs audio quality

2008-08-25 Thread Patrick Shirkey
On Mon, 2008-08-25 at 12:26 +0100, Gordon J. C. Pearce wrote: Patrick Shirkey wrote: Hi, After the latest Intel announcment that they are indeed working seriously on wireless electricity uses resonance to transmit hte energy sources I am wondering if anyone has ideas on whether

Re: [LAD] Wireless Electricity vs audio quality

2008-08-26 Thread Patrick Shirkey
). Regards, Dan. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio

Re: [LAD] joining the fun...

2008-08-26 Thread Patrick Shirkey
currently where there is not much to discuss. If anything my intention is to kickstart some discussions that could lead to more interesting developments... -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] joining the fun...

2008-08-26 Thread Patrick Shirkey
On Tue, 2008-08-26 at 09:39 +0200, Jens M Andreasen wrote: On Tue, 2008-08-26 at 13:28 +0700, Patrick Shirkey wrote: Personally I don't really care for Fons's comments of this subject. He is clearly just trying to bait me. Yes, Fons was clearly just trying to make you look like a fool

[LAD] microbots for speakers

2008-08-26 Thread Patrick Shirkey
Hmm, Building on the Intel announcement what's the plausibility of using their little transformer robots for building a speaker that can adjust it's shape for the location? -- Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list

Re: [LAD] joining the fun...

2008-08-26 Thread Patrick Shirkey
on Linux. That was a good one. Several highly respected members were adamant it would never happen. Then it only took one person to figure out how and now look at the state of VST in Linux. Pretty good now from what I've seen. -- Patrick Shirkey Boost Hardware Ltd

Re: [LAD] joining the fun...

2008-08-26 Thread Patrick Shirkey
Arnold Krille wrote: Am Dienstag, 26. August 2008 schrieb Patrick Shirkey: Personally I don't really care for Fons's comments of this subject. He is clearly just trying to bait me. If others find that entertaining then they better watch out if they ever have to meet me in person. I can

Re: [LAD] Wireless Electricity vs audio quality

2008-08-26 Thread Patrick Shirkey
Dan Mills wrote: On Tue, 2008-08-26 at 13:07 +0700, Patrick Shirkey wrote: They demo'd a 60w light bulb which they said could get 80% efficiency upto 3 feet. They are expecting to increase the distance as the RnD progresses. You can expect the transfer efficiency and power rating

Re: [LAD] mic for embedded board

2008-08-27 Thread Patrick Shirkey
Fons Adriaensen wrote: On Wed, Aug 27, 2008 at 02:40:16PM +0700, Patrick Shirkey wrote: Does anyone have a suggestion or a part number for a small mic that can be fitted onto an embedded board that also has good quality input levels? I have a few options already but someone here might

Re: [LAD] Mind control hardware/software for Audio

2008-08-27 Thread Patrick Shirkey
___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] Mind control hardware/software for Audio

2008-08-28 Thread Patrick Shirkey
it would be more interesting and creative? -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] Mind control hardware/software for Audio

2008-08-28 Thread Patrick Shirkey
Bengt Gördén wrote: Den Thursday 28 August 2008 09.27.07 skrev Patrick Shirkey: Jens M Andreasen wrote: But without having the actual device available for investigation, it's quite impossible to form any opinion on its usefulness. Not surprising really. I'm trying

Re: [LAD] Mind control hardware/software for Audio

2008-08-28 Thread Patrick Shirkey
Bengt Gördén wrote: Den Thursday 28 August 2008 09.27.07 skrev Patrick Shirkey: Jens M Andreasen wrote: But without having the actual device available for investigation, it's quite impossible to form any opinion on its usefulness. Not surprising really. I'm trying

Re: [LAD] linuxaudio.org

2008-10-27 Thread Patrick Shirkey
give you guys a couple of days to decide otherwise I'll migrate them at the end of the week. Cheers. -- Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman

Re: [LAD] [Consortium] linuxaudio.org

2008-10-27 Thread Patrick Shirkey
On Tue, 2008-10-28 at 09:42 +0700, Patrick Shirkey wrote: I'll give you guys a couple of days to decide otherwise I'll migrate them at the end of the week. While you are deciding what to do you may want to consider that in the search engine world content is king and page rankings

Re: [LAD] [Consortium] linuxaudio.org

2008-10-28 Thread Patrick Shirkey
Robin Gareus wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Shirkey wrote: On Tue, 2008-10-28 at 09:42 +0700, Patrick Shirkey wrote: I'll give you guys a couple of days to decide otherwise I'll migrate them at the end of the week. decide what

Re: [LAD] linuxaudio.org

2008-10-29 Thread Patrick Shirkey
Robin Gareus wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Shirkey wrote: Robin Gareus wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Shirkey wrote: On Mon, 2008-10-27 at 17:09 +0100, Robin Gareus wrote: Thorsten is right

[LAD] LAO website and competition

2008-10-29 Thread Patrick Shirkey
. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] Audio Trigger

2008-11-06 Thread Patrick Shirkey
@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] LAC2009 paper deadline coming near...

2009-01-11 Thread Patrick Shirkey
to the category winners at the LAC. I'm also considering doing a couple of presentations but I have not cleared funding approval for the trip yet. Cheers. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev

[LAD] [OT] Joomla dev needed

2009-01-14 Thread Patrick Shirkey
Hi, I have a smallish paid in cash contract available for someone with solid Joomla dev experience to work on over the next couple of months. Please contact me off list for more details if you are available. Cheers. -- Patrick Shirkey Boost Hardware Ltd

Re: [LAD] LAC site down?

2009-01-23 Thread Patrick Shirkey
-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

[LAD] Linux Audio Awards 2009: Attn Sponsors!!!

2009-01-25 Thread Patrick Shirkey
sponsored by Boost Hardware Ltd. Cheers. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

[LAD] ATTN: Sponsors for Linux Audio Awards

2009-01-26 Thread Patrick Shirkey
and development of Linux Audio. *For more details and sponsorship packages please contact me directly. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo

Re: [LAD] Jamin's multiband EQ as LV2 plugin ?

2009-04-19 Thread Patrick Shirkey
@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev -- Patrick

Re: [LAD] alsa card order

2009-04-29 Thread Patrick Shirkey
this in their modules.conf file any longer? I think this would solve many problems that people encounter when using pulseaudio with an internal card and a usb device. Cheers. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio

Re: [LAD] Tux Paint for music?

2009-05-06 Thread Patrick Shirkey
is not fortunate enough to have the resources to purchase one on their own. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] [Jack-Devel] more jack/qjackctl madness : some comments

2009-05-19 Thread Patrick Shirkey
Nedko Arnaudov wrote: Stéphane Letz l...@grame.fr writes: First we have to get a consensus on this runtime choice of auto-start strategy, then we'll have to find the best way to implement it. I was against mixed jack1/jack2 and i'm against the runtime choice now. IMHO it

Re: [LAD] [Jack-Devel] jackd/jackdbus : D-Bus or not D-Bus...

2009-05-19 Thread Patrick Shirkey
Stéphane Letz wrote: Le 19 mai 09 à 12:37, Rui Nuno Capela a écrit : On Tue, May 19, 2009 10:32, Stéphane Letz wrote: (there are two 5)'s above but i'll refer to the first one) i vote for the 5) auto-start strategy. user selects which one he/she prefers. the default should be classic

Re: [LAD] [Jack-Devel] jackd/jackdbus : D-Bus or not D-Bus...

2009-05-19 Thread Patrick Shirkey
accessible with very little (as in no) learning curve for existing users then we should be able to move forward without any pain. Patrick Shirkey Boost Hardware Ltd Krzysztof ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] [Jack-Devel] jackd/jackdbus : D-Bus or not D-Bus...

2009-05-19 Thread Patrick Shirkey
with removing deps. Especially a dep as important as jack. It's also misleading to refer to the existing proven toolset which is quite useful to many professionals as possibly dead end. That's verging on fud. Patrick Shirkey Boost Hardware Ltd also, the current jack ecosystem is already

Re: [LAD] [ANNOUNCE] Safe real-time on the desktop by default; Desktop/audio RT developers, read this!

2009-06-23 Thread Patrick Shirkey
for this, PulseAudio is the odd one out for me. As a point of interest and comparison that has very little to do with this debate, I just noticed that pulseaudio *is* being used in the Palm Pre http://opensource.palm.com/packages.html While Jack and Portaudio are not. -- Patrick

Re: [LAD] [ANNOUNCE] Safe real-time on the desktop by default; Desktop/audio RT developers, read this!

2009-06-23 Thread Patrick Shirkey
in the Palm Pre http://opensource.palm.com/packages.html While Jack and Portaudio are not. -- Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo

[LAD] palm pre [was Re: [ANNOUNCE] Safe real-time on the desktop by default; Desktop/audio RT developers, read this!]

2009-06-23 Thread Patrick Shirkey
On 06/24/2009 02:31 AM, Dennis Schulmeister wrote: On Tue, 2009-06-23 at 12:19 +0100, Krzysztof Foltman wrote: Patrick Shirkey wrote: As a point of interest and comparison that has very little to do with this debate, I just noticed that pulseaudio *is* being used in the Palm Pre

Re: [LAD] palm pre [was Re: [ANNOUNCE] Safe real-time on the desktop by default; Desktop/audio RT developers, read this!]

2009-06-23 Thread Patrick Shirkey
On 06/24/2009 09:26 AM, Ralf Mardorf wrote: Patrick Shirkey wrote: On 06/24/2009 02:31 AM, Dennis Schulmeister wrote: On Tue, 2009-06-23 at 12:19 +0100, Krzysztof Foltman wrote: Patrick Shirkey wrote: As a point of interest and comparison that has very little to do with this debate, I

Re: [LAD] [ANNOUNCE] Safe real-time on the desktop by default; Desktop/audio RT developers, read this!

2009-06-23 Thread Patrick Shirkey
more so in the past few years. Lest we recall the eruption over getting lv2 into reactor or whatever that app was. Maybe it's because we are all that much busier these days that it's harder to find the time to edit our responses? Patrick Shirkey Boost Hardware Ltd

Re: [LAD] [ANNOUNCE] Safe real-time on the desktop by default; Desktop/audio RT developers, read this!

2009-06-26 Thread Patrick Shirkey
everyone's scared of making someone upset ;-) Actually I think the opposite is working this list has been very quiet for months now. This recent flare up was unusual... Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] wiki.linuxaudio.org

2009-07-19 Thread Patrick Shirkey
On 07/19/2009 07:29 PM, Arnout Engelen wrote: Hi, Looking for a distribution-agnostic, community-maintained place for gathering linuxaudio-related documentation, wiki.linuxaudio.org seems to be one of the main resources. The visual style seemed a bit old-fashioned and cluttered. I took a

Re: [LAD] Fwd: Fw: Re: At the hands of Professor Keller and Raymond

2009-08-02 Thread Patrick Shirkey
On 08/02/2009 06:51 AM, Robert Keller wrote: On Aug 1, 2009, at 4:04 PM, nescivi wrote: On Saturday 01 August 2009 13:36:20 lase...@gmail.com wrote: On Saturday 01 August 2009 11:32:24 nescivi wrote: On Wednesday 29 July 2009 00:49:09 David Robillard wrote: The

Re: [LAD] students and copyright

2009-08-02 Thread Patrick Shirkey
On 08/02/2009 07:25 PM, Dave Phillips wrote: Greetings, Just out of curiosity, how many participants in this discussion are copyright holders ? How many of you have published works under copyright ? From my count it's about 90% of respondents so far. Cheers. Patrick Shirkey

Re: [LAD] students and copyright

2009-08-02 Thread Patrick Shirkey
a contract that says otherwise when you become a customer. Cheers. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] students and copyright

2009-08-02 Thread Patrick Shirkey
to go against the principals of the GPL. That, AFAICT, is the last resort of the GPL before a full scale legal attack is launched. Effectively this works out to: 1: Play nice and keep everyone happy 2: Shame 3: Lawyers Patrick Shirkey Boost Hardware Ltd

Re: [LAD] students and copyright

2009-08-02 Thread Patrick Shirkey
On 08/02/2009 08:41 PM, Arnold Krille wrote: On Sunday 02 August 2009 18:22:56 Patrick Shirkey wrote: On 08/02/2009 08:14 PM, Ralf Mardorf wrote: Arnold Krille wrote: If you didn't sign a contract and work on a project, the copyright is still yours Are you sure

Re: [LAD] Fwd: Fw: Re: At the hands of Professor Keller and Raymond

2009-08-02 Thread Patrick Shirkey
On Sun, Aug 2, 2009 at 8:25 AM, Patrick Shirkey pshir...@boosthardware.com mailto:pshir...@boosthardware.com wrote: This whole problem could have been solved if you had originally provided Ray with access to the source when he asked for it, but in essence you should be making

Re: [LAD] Fwd: Fw: Re: At the hands of Professor Keller and Raymond

2009-08-02 Thread Patrick Shirkey
On Sunday 02 August 2009 15:49:52 Patrick Shirkey wrote: On Sun, Aug 2, 2009 at 8:25 AM, Patrick Shirkey pshir...@boosthardware.commailto:pshir...@boosthardware.com wrote: This whole problem could have been solved if you had originally provided Ray with access to the source when

Re: [LAD] Fwd: Fw: Re: At the hands of Professor Keller and Raymond

2009-08-02 Thread Patrick Shirkey
On Sunday 02 August 2009 16:31:55 Patrick Shirkey wrote: On Sunday 02 August 2009 15:49:52 you wrote: Any damage that resulted, real or imagined, can be traced back to the originators release practices in not complying fully with the GPL. If all things had been done to comply from

Re: [LAD] A question for power HW experts

2009-08-04 Thread Patrick Shirkey
Hi, I have been using an asus board with intel core quad cpu q6600 for about a year now with no hassles. Does have a fairly noisy fan but I haven't actually looked into replacing it with a quieter system. I have found asus boards to be very compatible with Linux and especially my audio needs

Re: [LAD] GPL Violation Alert! - I talked with the President of Beat Kangz Today

2009-08-05 Thread Patrick Shirkey
defensively whereas the impro-visor issue was forced confrontation. Cheers. Patrick Shirkey Boost Hardware Ltd On Tue, Aug 4, 2009 at 8:58 PM, Michael Fishermfishe...@gmail.com wrote: Everybody, Good. I wasn't really trying to get Beat Kangz in trouble or anything like that. More

Re: [LAD] Kim did the switch to Linux

2009-08-05 Thread Patrick Shirkey
and be done with it. It's harmful to suggest that it things are less than they are as it just makes people who have already invested a lot of effort get annoyed and turned off. Patrick Shirkey Boost Hardware Ltd -dr ___ Linux-audio-dev mailing list

Re: [LAD] Kim did the switch to Linux

2009-08-06 Thread Patrick Shirkey
effectively to the people that are putting in the effort to make things work. Patrick Shirkey Boost Hardware Ltd For flame-wars please reply off-list ;). I'll ignore it :). Ralf ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] Kim did the switch to Linux

2009-08-06 Thread Patrick Shirkey
to the Linux Audio system. No one has ever claimed otherwise. Because you very rarely have useful feedback, as far as I can tell, you are a troll. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] Kim did the switch to Linux

2009-08-06 Thread Patrick Shirkey
On 08/06/2009 07:01 PM, Ralf Mardorf wrote: Patrick Shirkey wrote: If you don't stop trolling and continually harping on about how you find Microsoft is easier to work with and Linux Audio has lots of problems without actually contributing anything useful to advance the tools that you

Re: [LAD] Kim did the switch to Linux

2009-08-06 Thread Patrick Shirkey
On 08/06/2009 11:24 PM, Ralf Mardorf wrote: Btw. Patrick, please run ntpdate or sntp, it's hard to puzzle your replies into the right order. Gnome issue with time setting... Thanks for pointing it out. Patrick Shirkey Boost Hardware Ltd Ralf

[LAD] Running pulseaudio with jack

2009-08-06 Thread Patrick Shirkey
sink/source, starts the real jackd and then loads the jack-sink/source. It would also have to take care of the reverse when jack is stopped. I think it would be good if we can get some consensus on the officially endorsed approach. Cheers. -- Patrick Shirkey Boost Hardware Ltd

Re: [LAD] linux audio standards base?

2009-08-08 Thread Patrick Shirkey
very well for transmission with energyXT and VSTHost. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] [LAU] Kim did the switch to Linux

2009-08-08 Thread Patrick Shirkey
On 08/08/2009 08:10 PM, Ralf Mardorf wrote: Ralf Mardorf wrote: Apropos wasting resources. A lot of Linux audio applications don't have EQs by default for the channels of a mixer, we need to add 20 LADSPA EQs to 20 channels. There might be OS X and Windows applications that come with an EQ

Re: [LAD] [LAU] Kim did the switch to Linux

2009-08-08 Thread Patrick Shirkey
. This is the correct way to approach Linux lists. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] linux audio standards base?

2009-08-08 Thread Patrick Shirkey
On 08/08/2009 09:57 PM, Jens M Andreasen wrote: On Sat, 2009-08-08 at 16:44 +1000, Patrick Shirkey wrote: Here's what I have found after extensive testing with the latest dev version of pulseaudio-v0.9.16-4 and jack-0.116.1 on a 2 core amd, 4GB notebook running Fedora 11. 1. 32 bit apps

Re: [LAD] Impro-Visor created on sourceforge

2009-08-08 Thread Patrick Shirkey
are risking your rep by making a stand on a name that you didn't originate and therefore shouldn't feel any real attachment to. Cheers. Patrick Shirkey Boost Hardware Ltd ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] Impro-Visor created on sourceforge

2009-08-08 Thread Patrick Shirkey
that was selfish. You are putting the words in your own mouth here. There's no need to suggest this even as a joke. I certainly haven't suggested it is the case. Patrick Shirkey Boost Hardware Ltd. ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] Impro-Visor created on sourceforge

2009-08-08 Thread Patrick Shirkey
made pretty much bankrupt. Although IIRC in the end they won and McD's had to pay out instead. So maybe it's worth the effort. Patrick Shirkey Boost Hardware Ltd Raymond ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] Impro-Visor created on sourceforge

2009-08-08 Thread Patrick Shirkey
On 08/09/2009 06:10 AM, Raymond Martin wrote: On Saturday 08 August 2009 15:49:08 Patrick Shirkey wrote: On 08/09/2009 05:44 AM, drew Roberts wrote: On Saturday 08 August 2009 14:25:37 Patrick Shirkey wrote: Sorry but how exactly is this different from a fork

Re: [LAD] linux audio standards base?

2009-08-09 Thread Patrick Shirkey
On 08/09/2009 10:12 PM, Kjetil S. Matheussen wrote: On Sun, 9 Aug 2009, Patrick Shirkey wrote: On 08/09/2009 08:12 PM, Kjetil S. Matheussen wrote: Patrick Shirkey: On 08/08/2009 09:57 PM, Jens M Andreasen wrote: On Sat, 2009-08-08 at 16:44 +1000, Patrick Shirkey wrote: Here's what

Re: [LAD] linux audio standards base?

2009-08-09 Thread Patrick Shirkey
On 08/09/2009 10:35 PM, Kjetil S. Matheussen wrote: On Sun, 9 Aug 2009, Patrick Shirkey wrote: On 08/09/2009 10:12 PM, Kjetil S. Matheussen wrote: On Sun, 9 Aug 2009, Patrick Shirkey wrote: On 08/09/2009 08:12 PM, Kjetil S. Matheussen wrote: Patrick Shirkey: On 08/08/2009 09:57 PM

Re: [LAD] linux audio standards base?

2009-08-09 Thread Patrick Shirkey
the curve in many ways. I really think we can do better and making some official recommendations specific to audio config on 64 bit other than don't use 64 bit or specific to working with audio apps other than disable pulseaudio seems like a good idea to me. Patrick Shirkey Boost Hardware

  1   2   3   4   >