Re: [linux-audio-dev] Audio Programming

2002-10-24 Thread Kjetil S. Matheussen
On 19 Oct 2002, Lea Anthony wrote: Hi, I am a musician and also a programmer. I have many years experience of coding but not in the audio field. Any tuts around? How do I get into it? You can start by helping me finish the linux-port of my Radium music editor,

Re: [linux-audio-dev] Audio Programming

2002-10-19 Thread Steve Harris
On Sat, Oct 19, 2002 at 12:29:15 +0100, Lea Anthony wrote: I am a musician and also a programmer. I have many years experience of coding but not in the audio field. Any tuts around? How do I get into it? It depeneds what you want to write. As long as you use the things that have allready been

Re: [linux-audio-dev] Audio Programming

2002-10-19 Thread Frank Barknecht
Hi, Lea Anthony hat gesagt: // Lea Anthony wrote: I am a musician and also a programmer. I have many years experience of coding but not in the audio field. Any tuts around? How do I get into it? A good start might be writing plugins, i.e. short audio effect or synthesis snippets, that can be

[linux-audio-dev] Audio Programming

2002-10-18 Thread Lea Anthony
Hi, I am a musician and also a programmer. I have many years experience of coding but not in the audio field. Any tuts around? How do I get into it? Cheers for any info. -Lea.

Re: [linux-audio-dev] Audio Programming

2002-10-18 Thread Mark Rages
On Sat, Oct 19, 2002 at 12:29:15AM +0100, Lea Anthony wrote: Hi, I am a musician and also a programmer. I have many years experience of coding but not in the audio field. Any tuts around? How do I get into it? Cheers for any info. -Lea. Lea, I suggest you use the Jack API when

Re: [linux-audio-dev] Audio Programming

2002-10-18 Thread Erik de Castro Lopo
On 19 Oct 2002 00:29:15 +0100 Lea Anthony [EMAIL PROTECTED] wrote: Hi, I am a musician and also a programmer. I have many years experience of coding but not in the audio field. Any tuts around? How do I get into it? Basic idea is to save yourself time by not re-inventing the wheel.

[linux-audio-dev] audio programming how to

2002-03-08 Thread Doru-Catalin Togea
Hi! I need some startup help with audio programming for Linux. I would appreciate if you could point me to resources dealing with: How do I address (audio) drivers from C++ programmes? Should I use a particular library? Any working examples whose code I should

Re: [linux-audio-dev] audio programming how to

2002-03-08 Thread Kevin Conder
On Fri, 8 Mar 2002, Doru-Catalin Togea wrote: I would appreciate if you could point me to resources dealing with: How do I address (audio) drivers from C++ programmes? Should I use a particular library? Any working examples whose code I should start peeking at?