Re: [Bluemusic-users] no sound devices are found on OSX
Brought to you by:
kunstmusik
|
From: Steven Yi <ste...@gm...> - 2010-03-15 14:13:19
|
Hi Peiman, Have you tried with 2.0.8? Also could you try this on the commandline: csound -m1024 -+rtaudio=pa -odac999 any.csd csound -m1024 -+rtaudio=CoreAudio -odac999 any.csd (using any csd you have around). This should show the available drivers in the output. Could you check and see what you get? Also, I just remembered it can fail if the commandline setting is not correct with realtime render settings as I think the DriverUtils only uses the commandline renderer and not the API. Using the Csound Installer, the path to use for realtime render settings on Mac is "/usr/local/bin/csound" (no quotes). This may actually be the problem. Let me know if this helps! steven On Mon, Mar 15, 2010 at 6:25 AM, Peiman Khosravi <pei...@gm...> wrote: > Hi Steven, > > I tried both Coreaudio and Portaudio. And no devices were recognised. > > Thanks > > Peiman > > On 15 Mar 2010, at 02:34, bluemusic-users- > re...@li... wrote: > >> Hi Peiman, >> >> I tested on OSX and it seems to work alright with Portaudio but not >> for Coreaudio. Can you confirm that you were using Coreaudio or some >> other driver? (I'll look into Coreaudio shortly) >> >> Thanks! >> steven > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Bluemusic-users mailing list > Blu...@li... > https://lists.sourceforge.net/lists/listinfo/bluemusic-users > |