[Csnd] I/O mapping?
Date | 2010-04-13 15:52 |
From | mike andrews |
Subject | [Csnd] I/O mapping? |
Hi all, I am reasonably new to qutecsound and have a question regarding mapping output channels. I have created some multichannel patches and I have noticed that by default qutecsound will send outs 1-8 to output 1-8 on my soundcard. In max/msp I am able to alter where these channels get sent within the dsp options in the program. How can I do this in Csound? Thanks in advance, Mike. Get a new e-mail account with Hotmail - Free. Sign-up now. |
Date | 2010-04-13 16:00 |
From | Andres Cabrera |
Subject | [Csnd] Re: I/O mapping? |
Hi, Currently Csound, and therefore QuteCsound open the whole interface for audio IO. And any internal routing should be done in Csound code. You first need to make sure nchnls is enough to reach the maximum channel you want to use. Then, you can use something like outch to do the routing, e.g.: outch 1, aout1 outch 3, aout2 outch 12, aou3 So there's no built in router, but routing is simple, and stays as a file independent configuration. Cheers, Andrés On Tue, Apr 13, 2010 at 3:52 PM, mike andrews |
Date | 2010-04-13 16:57 |
From | Andres Cabrera |
Subject | [Csnd] Re: RE: Re: I/O mapping?/ QuteCsound configuration. |
Hi, Yes, this is a bug, thanks for spotting it. I'll fix it for the next release. You can enter the path manually, without using the browse button. Or you could leave the field blank and use the text: --env:SSDIR=/path/ in the additional command line flags field or in the CsOptions section. Cheers, Andrés On Tue, Apr 13, 2010 at 4:23 PM, mike andrews |
Date | 2010-04-13 17:47 |
From | mike andrews |
Subject | [Csnd] RE: Re: RE: Re: I/O mapping?/ QuteCsound configuration. |
Thanks for the reply Andrés. Although the path name can be typed in it still is not being recognized. Soundfiles will only playback for me if they are in the same place as the .csd file. I tried entering --env:SSDIR= but this still does not work for me. Thanks in advance, Mike. > Date: Tue, 13 Apr 2010 16:57:19 +0100 > From: mantaraya36@gmail.com > To: csound@lists.bath.ac.uk > Subject: [Csnd] Re: RE: Re: I/O mapping?/ QuteCsound configuration. > > Hi, > > Yes, this is a bug, thanks for spotting it. I'll fix it for the next release. > You can enter the path manually, without using the browse button. Or > you could leave the field blank and use the text: > > --env:SSDIR=/path/ > > in the additional command line flags field or in the CsOptions section. > > Cheers, > Andrés > > > On Tue, Apr 13, 2010 at 4:23 PM, mike andrews <sukisunshine@hotmail.com> wrote: > > Excellent. Thanks a lot Andrés. I wonder if you can help me with another > > problem I am having? I am having issues with my qutecsound Environment tab. > > In particular my SSDIR directory does not seem to be working. I am ticking > > the ssdir box and am using the select directory button to pick a folder > > location. Regardless of which location I choose the path stays blank or > > else gives the wrong path name after my selection. Is there a way to reset > > these directories to default or even fix this problem? > > Thanks again, Mike. > > > >> Date: Tue, 13 Apr 2010 16:00:27 +0100 > >> From: mantaraya36@gmail.com > >> To: csound@lists.bath.ac.uk > >> Subject: [Csnd] Re: I/O mapping? > >> > >> Hi, > >> > >> Currently Csound, and therefore QuteCsound open the whole interface > >> for audio IO. And any internal routing should be done in Csound code. > >> > >> You first need to make sure nchnls is enough to reach the maximum > >> channel you want to use. Then, you can use something like outch to do > >> the routing, e.g.: > >> > >> outch 1, aout1 > >> outch 3, aout2 > >> outch 12, aou3 > >> > >> So there's no built in router, but routing is simple, and stays as a > >> file independent configuration. > >> > >> Cheers, > >> Andrés > >> > >> On Tue, Apr 13, 2010 at 3:52 PM, mike andrews <sukisunshine@hotmail.com> > >> wrote: > >> > Hi all, > >> > I am reasonably new to qutecsound and have a question regarding > >> > mapping > >> > output channels. I have created some multichannel patches and I have > >> > noticed > >> > that by default qutecsound will send outs 1-8 to output 1-8 on my > >> > soundcard. > >> > In max/msp I am able to alter where these channels get sent within the > >> > dsp > >> > options in the program. How can I do this in Csound? > >> > > >> > Thanks in advance, > >> > Mike. > >> > ________________________________ > >> > Get a new e-mail account with Hotmail - Free. Sign-up now. > >> > >> > >> > >> -- > >> > >> > >> Andrés > >> > >> > >> Send bugs reports to the Sourceforge bug tracker > >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 > >> Discussions of bugs and features can be posted here > >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > >> csound" > >> > > > > ________________________________ > > Get a free e-mail account with Hotmail. Sign-up now. > > > > -- > > > Andrés > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Get a free e-mail account with Hotmail. Sign-up now. |