[CSOUND-DEV:4602] Re: Csound5 and Portaudio
Date | 2004-05-07 05:53 |
From | iainduncan@telus.net |
Subject | [CSOUND-DEV:4602] Re: Csound5 and Portaudio |
> I use MSys/MinGW, not Cygwin. Ok, I think I will try that tomorrow. I'm getting annoyed at Cygwin as I can't get scons to even fail, and it seems to want to start my windows version of python for some wacked reason, ( at least this makes no sense to me ) so I don't even know how to get scons to do anything. > ./configure --with-winapi=wmme for PortAudio 19. What would I use for a linux version with alsa drivers? And am I supposed to do a make/make install with portaudio? I will try and keep notes on my problems so we can write a "compiling csound 5 for dummies" to get more testers. > I can now get about 40 ms latency with this. I am going to try to make an > ASIO build, which should do much better. Midi is not done yet correct? And what's the scoop for piping in line oriented score events, should that be functional? Thanks Iain > ----- Original Message ----- > From: |
Date | 2004-05-08 05:41 |
From | "Michael Gogins" |
Subject | [CSOUND-DEV:4601] Re: Csound5 and Portaudio |
I use MSys/MinGW, not Cygwin. ./configure --with-winapi=wmme for PortAudio 19. I can now get about 40 ms latency with this. I am going to try to make an ASIO build, which should do much better. ----- Original Message ----- From: |
Date | 2004-05-08 17:24 |
From | acabrera@teleset.com.co |
Subject | [CSOUND-DEV:4621] Re: Csound5 and Portaudio |
OK! Good news, I have a rt version of Csound5 (with FLTK!)! My problem was that I mistankenly thought the 'portaudio' module in CVS refers to v19, and it actually is version 18, so I downloaded a snapshot for v19, did the configure and make, and Csound5 compiled and ran trapped in realtime! Great work! Csound5 is actually not that hard to build, but it might be good if this 'newbie' pitfalls I've encountered could be documented. Just wanted to add that using -dac0 I got: Using Portaudio Device 0 PortAudio error -9998: Invalid number of channels But looking at the list, I notice that outs come after the ins so using dac4 yields the desired result. What could be confusing is that adc's are listed as dac's. It might be good to separate them. Cheers, Andres |
Date | 2004-05-08 17:36 |
From | acabrera@teleset.com.co |
Subject | [CSOUND-DEV:4622] FLTK in csound5 and csoundAV |
Hi, With my new realtime csound5 *grin* I tested a CsoundAV widget csd, but even though no error is produced and sound comes out, no widgets window is created. FLTK is working becuse I see the window with the ftable. Are there differences in usage of FLTK in csound5? Do I need to add a flag to enable FLTK? The csd from Gabriel's examples: |
Date | 2004-05-08 17:53 |
From | "Josep MComajuncosas" |
Subject | [CSOUND-DEV:4623] RE: FLTK in csound5 and csoundAV |
Guy I wish I could do all that work and compile it by myself :) Josep M |
Date | 2004-05-08 17:55 |
From | John ffitch |
Subject | [CSOUND-DEV:4624] Re: Csound5 and Portaudio |
On Sat, 8 May 2004 acabrera@teleset.com.co wrote: > Just wanted to add that using -dac0 I got: > Using Portaudio Device 0 > PortAudio error -9998: Invalid number of channels You are doing better than I! If I use -o dac0 it runs but the noise is horrid. If I use -o dac1 it just crashes Found 2 audio devices: PortAudio device 0 /dev/dsp Maximum channels in: 16 Maximum channels out: 16 Default sample rate: 44100.000 PortAudio device 1 Intel 82801CA-ICH3 Maximum channels in: 2 Maximum channels out: 2 Default sample rate: 44100.000 Using Portaudio Device 1 Suggested PortAudio latency = 0.023220 seconds. PortAudio error -9993: Illegal combination of I/O devices unable to open soundcard for audio output Other values fro dac give no-such-device ==John ff |
Date | 2004-05-09 03:24 |
From | acabrera@teleset.com.co |
Subject | [CSOUND-DEV:4627] Re: Csound5 and Portaudio |
In my system, when using realtime, I get: Found 6 audio devices: PortAudio device 0 Asignador de sonido de Microsof - Input Maximum channels in: 2 Maximum channels out: 0 Default sample rate: 44100.000 PortAudio device 1 Crystal WDM Audio Maximum channels in: 2 Maximum channels out: 0 Default sample rate: 44100.000 PortAudio device 2 Mona Analog 1-Digital 8 In Maximum channels in: 2 Maximum channels out: 0 Default sample rate: 44100.000 PortAudio device 3 Asignador de sonido de Microsof - Output Maximum channels in: 0 Maximum channels out: 2 Default sample rate: 44100.000 PortAudio device 4 Crystal WDM Audio Maximum channels in: 0 Maximum channels out: 2 Default sample rate: 44100.000 PortAudio device 5 Mona Analog 1-Digital 8 Out Maximum channels in: 0 Maximum channels out: 2 Default sample rate: 44100.000 Using Portaudio Device 4 Suggested PortAudio latency = 0.371519 seconds. The ins and outs appear as separate devices... but it works...=) Andres |