Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound API with rtaudio=alsa?

Date2005-06-26 01:36
FromIain Duncan
Subject[Cs-dev] Csound API with rtaudio=alsa?
Just wondering if that got fixed yet too, can we use jack and alsa now 
for csound5 with the api? My last try I was only able to get portaudio 
working which was slow.

Thanks
Iain


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-06-26 02:17
FromIain Duncan
SubjectRe: [Cs-dev] Csound API with rtaudio=alsa?
After a fresh checkout, I still get an error with Csound not being able 
to deal with -+ flags in the csd file for the fl_controller example. 
Just wondering if anyone's working on this. I'd like to make some more 
api example files but they aren't much use to me if I can't use alsa or 
jack for the real time audio output.

Thanks
Iain

Iain Duncan wrote:
> Just wondering if that got fixed yet too, can we use jack and alsa now 
> for csound5 with the api? My last try I was only able to get portaudio 
> working which was slow.
> 
> Thanks
> Iain
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-06-26 02:35
FromSteven Yi
SubjectRe: [Cs-dev] Csound API with rtaudio=alsa?
AttachmentsNone  

Date2005-06-26 02:41
FromIain Duncan
SubjectRe: [Cs-dev] Csound API with rtaudio=alsa?
Yes, it's in the CsOptions part of the csd file. I haven't tried using a 
.csoundrc file yet. What should that look like, just a plain file with 
all the options on one line? I'll try that out.

Thanks
Iain

Steven Yi wrote:
> Hi Iain,
> 
> Just to clarify, are you putting the -+ flag in CsOptions?  I have
> mine in my $HOME/.csoundrc file and that seems to me the best place
> for it as it's a very platform dependent option.
> 
> steven
> 
> On 6/25/05, Iain Duncan  wrote:
> 
>>After a fresh checkout, I still get an error with Csound not being able
>>to deal with -+ flags in the csd file for the fl_controller example.
>>Just wondering if anyone's working on this. I'd like to make some more
>>api example files but they aren't much use to me if I can't use alsa or
>>jack for the real time audio output.
>>
>>Thanks
>>Iain
>>
>>Iain Duncan wrote:
>>
>>>Just wondering if that got fixed yet too, can we use jack and alsa now
>>>for csound5 with the api? My last try I was only able to get portaudio
>>>working which was slow.
>>>
>>>Thanks
>>>Iain
>>>
>>>
>>>-------------------------------------------------------
>>>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>>>from IBM. Find simple to follow Roadmaps, straightforward articles,
>>>informative Webcasts and more! Get everything you need to get up to
>>>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
>>>_______________________________________________
>>>Csound-devel mailing list
>>>Csound-devel@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>-------------------------------------------------------
>>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>>from IBM. Find simple to follow Roadmaps, straightforward articles,
>>informative Webcasts and more! Get everything you need to get up to
>>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
>>_______________________________________________
>>Csound-devel mailing list
>>Csound-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-06-26 02:52
FromSteven Yi
SubjectRe: [Cs-dev] Csound API with rtaudio=alsa?
AttachmentsNone  .csoundrc  

Date2005-06-26 10:10
FromIstvan Varga
SubjectRe: [Cs-dev] Csound API with rtaudio=alsa?
Steven Yi wrote:

> I've attached the one I use.  It lies in /root/.csoundrc (I usually
> run csound and blue as root).

Note that ALSA does not support device selection with numbers like -o dac1,
the number will be ignored and the default device used instead. You need to
specify a device name, for example -o dac:hw:1.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-06-26 13:56
FromSteven Yi
SubjectRe: [Cs-dev] Csound API with rtaudio=alsa?
AttachmentsNone