[Csnd] problems with live input osx 10.6 / csound 5.12
Date | 2010-06-24 14:18 |
From | k_o_m_p |
Subject | [Csnd] problems with live input osx 10.6 / csound 5.12 |
I recently changed the computer to a macbook pro i7 and built csound 5.12 (float samples) from Jun 14 2010. csound runs well. I can execute live the trapped in convert and it sounds great as always. the problem is when I use live input. I used a simple direct in/out orc and it works well using only one channel. changing the nchnls to 2 or more makes the sound full of drop outs, as if the cpu could not handle it. monitoring the cpu usage with "top" on the terminal gives values less than 3%... Any idea what could be the problem? Luís |
Date | 2010-06-24 14:53 |
From | Victor Lazzarini |
Subject | [Csnd] Re: problems with live input osx 10.6 / csound 5.12 |
Yes, it's nothing to do with the cpu consumption, but with the audio IO. Are you using the same card for input and output? There is also the possibility of a bug in the new nchnls/nchnls_i code. Maybe you can try playing with nchnls_i like this nchnls_i =2 nchnls = 2 etc Victor On 24 Jun 2010, at 14:18, k_o_m_p wrote: > I recently changed the computer to a macbook pro i7 and built csound > 5.12 (float samples) from Jun 14 2010. > csound runs well. I can execute live the trapped in convert and it > sounds great as always. > > the problem is when I use live input. I used a simple direct in/out > orc > and it works well using only one channel. changing the nchnls to 2 or > more makes the sound full of drop outs, as if the cpu could not handle > it. monitoring the cpu usage with "top" on the terminal gives values > less than 3%... > > Any idea what could be the problem? > > Luís > > |
Date | 2010-06-24 15:49 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: problems with live input osx 10.6 / csound 5.12 |
yes, I use the same audio interface (motu 828) for input and output. I tried several combinations as you proposed but no changes. It's still there. Victor Lazzarini schrieb: > Yes, it's nothing to do with the cpu consumption, but with the audio > IO. Are you using the same card for input and output? > There is also the possibility of a bug in the new nchnls/nchnls_i > code. Maybe you can try playing with nchnls_i like this > > nchnls_i =2 > nchnls = 2 > > etc > > Victor > > > On 24 Jun 2010, at 14:18, k_o_m_p wrote: > >> I recently changed the computer to a macbook pro i7 and built csound >> 5.12 (float samples) from Jun 14 2010. >> csound runs well. I can execute live the trapped in convert and it >> sounds great as always. >> >> the problem is when I use live input. I used a simple direct in/out orc >> and it works well using only one channel. changing the nchnls to 2 or >> more makes the sound full of drop outs, as if the cpu could not handle >> it. monitoring the cpu usage with "top" on the terminal gives values >> less than 3%... >> >> Any idea what could be the problem? >> >> Luís >> >> |
Date | 2010-06-24 17:12 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
Can you try the coreaudio RT module -+rtaudio=coreaudio , to see if portaudio is the problem? Victor On 24 Jun 2010, at 15:49, k_o_m_p wrote: > yes, I use the same audio interface (motu 828) for input and output. > I tried several combinations as you proposed but no changes. It's > still there. > > > Victor Lazzarini schrieb: >> Yes, it's nothing to do with the cpu consumption, but with the >> audio IO. Are you using the same card for input and output? >> There is also the possibility of a bug in the new nchnls/nchnls_i >> code. Maybe you can try playing with nchnls_i like this >> >> nchnls_i =2 >> nchnls = 2 >> >> etc >> >> Victor >> >> >> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >> >>> I recently changed the computer to a macbook pro i7 and built csound >>> 5.12 (float samples) from Jun 14 2010. >>> csound runs well. I can execute live the trapped in convert and it >>> sounds great as always. >>> >>> the problem is when I use live input. I used a simple direct in/ >>> out orc >>> and it works well using only one channel. changing the nchnls to 2 >>> or >>> more makes the sound full of drop outs, as if the cpu could not >>> handle >>> it. monitoring the cpu usage with "top" on the terminal gives values >>> less than 3%... >>> >>> Any idea what could be the problem? >>> >>> Luís >>> >>> |
Date | 2010-06-24 19:49 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
Yes, the problem is stil there with coreaudio. Also with nchnls = 1 Victor Lazzarini schrieb: > Can you try the coreaudio RT module -+rtaudio=coreaudio , to see if > portaudio is the problem? > > Victor > On 24 Jun 2010, at 15:49, k_o_m_p wrote: > >> yes, I use the same audio interface (motu 828) for input and output. >> I tried several combinations as you proposed but no changes. It's >> still there. >> >> >> Victor Lazzarini schrieb: >>> Yes, it's nothing to do with the cpu consumption, but with the audio >>> IO. Are you using the same card for input and output? >>> There is also the possibility of a bug in the new nchnls/nchnls_i >>> code. Maybe you can try playing with nchnls_i like this >>> >>> nchnls_i =2 >>> nchnls = 2 >>> >>> etc >>> >>> Victor >>> >>> >>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>> >>>> I recently changed the computer to a macbook pro i7 and built csound >>>> 5.12 (float samples) from Jun 14 2010. >>>> csound runs well. I can execute live the trapped in convert and it >>>> sounds great as always. >>>> >>>> the problem is when I use live input. I used a simple direct in/out >>>> orc >>>> and it works well using only one channel. changing the nchnls to 2 or >>>> more makes the sound full of drop outs, as if the cpu could not handle >>>> it. monitoring the cpu usage with "top" on the terminal gives values >>>> less than 3%... >>>> >>>> Any idea what could be the problem? >>>> >>>> Luís >>>> >>>> |
Date | 2010-06-24 19:56 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
what about using a different combination of ksmps, -B and -b On 24 Jun 2010, at 19:49, k_o_m_p wrote: > Yes, the problem is stil there with coreaudio. Also with nchnls = 1 > > Victor Lazzarini schrieb: >> Can you try the coreaudio RT module -+rtaudio=coreaudio , to see if >> portaudio is the problem? >> >> Victor >> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >> >>> yes, I use the same audio interface (motu 828) for input and output. >>> I tried several combinations as you proposed but no changes. It's >>> still there. >>> >>> >>> Victor Lazzarini schrieb: >>>> Yes, it's nothing to do with the cpu consumption, but with the >>>> audio IO. Are you using the same card for input and output? >>>> There is also the possibility of a bug in the new nchnls/nchnls_i >>>> code. Maybe you can try playing with nchnls_i like this >>>> >>>> nchnls_i =2 >>>> nchnls = 2 >>>> >>>> etc >>>> >>>> Victor >>>> >>>> >>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>> >>>>> I recently changed the computer to a macbook pro i7 and built >>>>> csound >>>>> 5.12 (float samples) from Jun 14 2010. >>>>> csound runs well. I can execute live the trapped in convert and it >>>>> sounds great as always. >>>>> >>>>> the problem is when I use live input. I used a simple direct in/ >>>>> out orc >>>>> and it works well using only one channel. changing the nchnls to >>>>> 2 or >>>>> more makes the sound full of drop outs, as if the cpu could not >>>>> handle >>>>> it. monitoring the cpu usage with "top" on the terminal gives >>>>> values >>>>> less than 3%... >>>>> >>>>> Any idea what could be the problem? >>>>> >>>>> Luís >>>>> >>>>> |
Date | 2010-06-24 20:55 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
another thing is to try with builtin audio. It puzzles me, on 10.5 there is no such problem. Victor On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: > what about using a different combination of ksmps, -B and -b > On 24 Jun 2010, at 19:49, k_o_m_p wrote: > >> Yes, the problem is stil there with coreaudio. Also with nchnls = 1 >> >> Victor Lazzarini schrieb: >>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to see >>> if portaudio is the problem? >>> >>> Victor >>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>> >>>> yes, I use the same audio interface (motu 828) for input and >>>> output. >>>> I tried several combinations as you proposed but no changes. It's >>>> still there. >>>> >>>> >>>> Victor Lazzarini schrieb: >>>>> Yes, it's nothing to do with the cpu consumption, but with the >>>>> audio IO. Are you using the same card for input and output? >>>>> There is also the possibility of a bug in the new nchnls/ >>>>> nchnls_i code. Maybe you can try playing with nchnls_i like this >>>>> >>>>> nchnls_i =2 >>>>> nchnls = 2 >>>>> >>>>> etc >>>>> >>>>> Victor >>>>> >>>>> >>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>> >>>>>> I recently changed the computer to a macbook pro i7 and built >>>>>> csound >>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>> csound runs well. I can execute live the trapped in convert and >>>>>> it >>>>>> sounds great as always. >>>>>> >>>>>> the problem is when I use live input. I used a simple direct in/ >>>>>> out orc >>>>>> and it works well using only one channel. changing the nchnls >>>>>> to 2 or >>>>>> more makes the sound full of drop outs, as if the cpu could not >>>>>> handle >>>>>> it. monitoring the cpu usage with "top" on the terminal gives >>>>>> values >>>>>> less than 3%... >>>>>> >>>>>> Any idea what could be the problem? >>>>>> >>>>>> Luís >>>>>> >>>>>> |
Date | 2010-06-24 21:16 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
with built-in audio in/out happens the following: if nchnls = 1 everything is OK if nchnls = 2 output is a lower transposition of input (the transposition is at least 1/2 but maybe more than that) I think I will try the version 5.11 to see if it works. Victor Lazzarini schrieb: > another thing is to try with builtin audio. > It puzzles me, on 10.5 there is no such problem. > > Victor > On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: > >> what about using a different combination of ksmps, -B and -b >> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >> >>> Yes, the problem is stil there with coreaudio. Also with nchnls = 1 >>> >>> Victor Lazzarini schrieb: >>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to see if >>>> portaudio is the problem? >>>> >>>> Victor >>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>> >>>>> yes, I use the same audio interface (motu 828) for input and output. >>>>> I tried several combinations as you proposed but no changes. It's >>>>> still there. >>>>> >>>>> >>>>> Victor Lazzarini schrieb: >>>>>> Yes, it's nothing to do with the cpu consumption, but with the >>>>>> audio IO. Are you using the same card for input and output? >>>>>> There is also the possibility of a bug in the new nchnls/nchnls_i >>>>>> code. Maybe you can try playing with nchnls_i like this >>>>>> >>>>>> nchnls_i =2 >>>>>> nchnls = 2 >>>>>> >>>>>> etc >>>>>> >>>>>> Victor >>>>>> >>>>>> >>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>> >>>>>>> I recently changed the computer to a macbook pro i7 and built >>>>>>> csound >>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>> csound runs well. I can execute live the trapped in convert and it >>>>>>> sounds great as always. >>>>>>> >>>>>>> the problem is when I use live input. I used a simple direct >>>>>>> in/out orc >>>>>>> and it works well using only one channel. changing the nchnls to >>>>>>> 2 or >>>>>>> more makes the sound full of drop outs, as if the cpu could not >>>>>>> handle >>>>>>> it. monitoring the cpu usage with "top" on the terminal gives >>>>>>> values >>>>>>> less than 3%... >>>>>>> >>>>>>> Any idea what could be the problem? >>>>>>> >>>>>>> Luís >>>>>>> >>>>>>> |
Date | 2010-06-24 21:21 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
Can you try the 5.12 binary distribution (not 5.11). Victor On 24 Jun 2010, at 21:16, k_o_m_p wrote: > with built-in audio in/out happens the following: > if nchnls = 1 everything is OK > if nchnls = 2 output is a lower transposition of input (the > transposition is at least 1/2 but maybe more than that) > I think I will try the version 5.11 to see if it works. > > Victor Lazzarini schrieb: >> another thing is to try with builtin audio. >> It puzzles me, on 10.5 there is no such problem. >> >> Victor >> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >> >>> what about using a different combination of ksmps, -B and -b >>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>> >>>> Yes, the problem is stil there with coreaudio. Also with nchnls = 1 >>>> >>>> Victor Lazzarini schrieb: >>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to see >>>>> if portaudio is the problem? >>>>> >>>>> Victor >>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>> >>>>>> yes, I use the same audio interface (motu 828) for input and >>>>>> output. >>>>>> I tried several combinations as you proposed but no changes. >>>>>> It's still there. >>>>>> >>>>>> >>>>>> Victor Lazzarini schrieb: >>>>>>> Yes, it's nothing to do with the cpu consumption, but with the >>>>>>> audio IO. Are you using the same card for input and output? >>>>>>> There is also the possibility of a bug in the new nchnls/ >>>>>>> nchnls_i code. Maybe you can try playing with nchnls_i like this >>>>>>> >>>>>>> nchnls_i =2 >>>>>>> nchnls = 2 >>>>>>> >>>>>>> etc >>>>>>> >>>>>>> Victor >>>>>>> >>>>>>> >>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>> >>>>>>>> I recently changed the computer to a macbook pro i7 and built >>>>>>>> csound >>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>> csound runs well. I can execute live the trapped in convert >>>>>>>> and it >>>>>>>> sounds great as always. >>>>>>>> >>>>>>>> the problem is when I use live input. I used a simple direct >>>>>>>> in/out orc >>>>>>>> and it works well using only one channel. changing the nchnls >>>>>>>> to 2 or >>>>>>>> more makes the sound full of drop outs, as if the cpu could >>>>>>>> not handle >>>>>>>> it. monitoring the cpu usage with "top" on the terminal gives >>>>>>>> values >>>>>>>> less than 3%... >>>>>>>> >>>>>>>> Any idea what could be the problem? >>>>>>>> >>>>>>>> Luís >>>>>>>> >>>>>>>> |
Date | 2010-06-24 21:34 |
From | Steven Yi |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
The in opcode should only be used with nchnls=1. (there's a warning in the manual: http://csounds.com/manual/html/in.html). You could try using the "inch" opcode if nchnls > 1. (The reason for the transposition is the spin buffer is (i think) interleaved stereo and using the in opcode only reades the first half of the combined buffer) On Thu, Jun 24, 2010 at 4:16 PM, k_o_m_p |
Date | 2010-06-24 21:48 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
In this case it seams to have no effect. The problem stil remains. Steven Yi schrieb: > The in opcode should only be used with nchnls=1. (there's a warning > in the manual: http://csounds.com/manual/html/in.html). You could try > using the "inch" opcode if nchnls > 1. (The reason for the > transposition is the spin buffer is (i think) interleaved stereo and > using the in opcode only reades the first half of the combined buffer) > > On Thu, Jun 24, 2010 at 4:16 PM, k_o_m_p |
Date | 2010-06-24 21:52 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: problems with live input osx 10.6 / csound 5.12 |
I've donwloaded this file from sourceforge: http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download but couldn't build it: Checking for C header file stdio.h... no *** Failed to compile a simple test program. The compiler is *** possibly not set up correctly, or is used with invalid flags. *** Check config.log to find out more about the error. But with the cvs csound version I can build it. The problem stil remains. Victor Lazzarini schrieb: > Can you try the 5.12 binary distribution (not 5.11). > > Victor > On 24 Jun 2010, at 21:16, k_o_m_p wrote: > >> with built-in audio in/out happens the following: >> if nchnls = 1 everything is OK >> if nchnls = 2 output is a lower transposition of input (the >> transposition is at least 1/2 but maybe more than that) >> I think I will try the version 5.11 to see if it works. >> >> Victor Lazzarini schrieb: >>> another thing is to try with builtin audio. >>> It puzzles me, on 10.5 there is no such problem. >>> >>> Victor >>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>> >>>> what about using a different combination of ksmps, -B and -b >>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>> >>>>> Yes, the problem is stil there with coreaudio. Also with nchnls = 1 >>>>> >>>>> Victor Lazzarini schrieb: >>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to see >>>>>> if portaudio is the problem? >>>>>> >>>>>> Victor >>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>> >>>>>>> yes, I use the same audio interface (motu 828) for input and >>>>>>> output. >>>>>>> I tried several combinations as you proposed but no changes. >>>>>>> It's still there. >>>>>>> >>>>>>> >>>>>>> Victor Lazzarini schrieb: >>>>>>>> Yes, it's nothing to do with the cpu consumption, but with the >>>>>>>> audio IO. Are you using the same card for input and output? >>>>>>>> There is also the possibility of a bug in the new >>>>>>>> nchnls/nchnls_i code. Maybe you can try playing with nchnls_i >>>>>>>> like this >>>>>>>> >>>>>>>> nchnls_i =2 >>>>>>>> nchnls = 2 >>>>>>>> >>>>>>>> etc >>>>>>>> >>>>>>>> Victor >>>>>>>> >>>>>>>> >>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>> >>>>>>>>> I recently changed the computer to a macbook pro i7 and built >>>>>>>>> csound >>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>> csound runs well. I can execute live the trapped in convert >>>>>>>>> and it >>>>>>>>> sounds great as always. >>>>>>>>> >>>>>>>>> the problem is when I use live input. I used a simple direct >>>>>>>>> in/out orc >>>>>>>>> and it works well using only one channel. changing the nchnls >>>>>>>>> to 2 or >>>>>>>>> more makes the sound full of drop outs, as if the cpu could >>>>>>>>> not handle >>>>>>>>> it. monitoring the cpu usage with "top" on the terminal gives >>>>>>>>> values >>>>>>>>> less than 3%... >>>>>>>>> >>>>>>>>> Any idea what could be the problem? >>>>>>>>> >>>>>>>>> Luís >>>>>>>>> >>>>>>>>> |
Date | 2010-06-24 22:03 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
What about the distributed package? Victor On 24 Jun 2010, at 21:52, k_o_m_p wrote: > I've donwloaded this file from sourceforge: > http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download > but couldn't build it: > > Checking for C header file stdio.h... no > *** Failed to compile a simple test program. The compiler is > *** possibly not set up correctly, or is used with invalid flags. > *** Check config.log to find out more about the error. > > But with the cvs csound version I can build it. The problem stil > remains. > > > Victor Lazzarini schrieb: >> Can you try the 5.12 binary distribution (not 5.11). >> >> Victor >> On 24 Jun 2010, at 21:16, k_o_m_p wrote: >> >>> with built-in audio in/out happens the following: >>> if nchnls = 1 everything is OK >>> if nchnls = 2 output is a lower transposition of input (the >>> transposition is at least 1/2 but maybe more than that) >>> I think I will try the version 5.11 to see if it works. >>> >>> Victor Lazzarini schrieb: >>>> another thing is to try with builtin audio. >>>> It puzzles me, on 10.5 there is no such problem. >>>> >>>> Victor >>>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>>> >>>>> what about using a different combination of ksmps, -B and -b >>>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>>> >>>>>> Yes, the problem is stil there with coreaudio. Also with nchnls >>>>>> = 1 >>>>>> >>>>>> Victor Lazzarini schrieb: >>>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to >>>>>>> see if portaudio is the problem? >>>>>>> >>>>>>> Victor >>>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>>> >>>>>>>> yes, I use the same audio interface (motu 828) for input and >>>>>>>> output. >>>>>>>> I tried several combinations as you proposed but no changes. >>>>>>>> It's still there. >>>>>>>> >>>>>>>> >>>>>>>> Victor Lazzarini schrieb: >>>>>>>>> Yes, it's nothing to do with the cpu consumption, but with >>>>>>>>> the audio IO. Are you using the same card for input and >>>>>>>>> output? >>>>>>>>> There is also the possibility of a bug in the new nchnls/ >>>>>>>>> nchnls_i code. Maybe you can try playing with nchnls_i like >>>>>>>>> this >>>>>>>>> >>>>>>>>> nchnls_i =2 >>>>>>>>> nchnls = 2 >>>>>>>>> >>>>>>>>> etc >>>>>>>>> >>>>>>>>> Victor >>>>>>>>> >>>>>>>>> >>>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>>> >>>>>>>>>> I recently changed the computer to a macbook pro i7 and >>>>>>>>>> built csound >>>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>>> csound runs well. I can execute live the trapped in convert >>>>>>>>>> and it >>>>>>>>>> sounds great as always. >>>>>>>>>> >>>>>>>>>> the problem is when I use live input. I used a simple >>>>>>>>>> direct in/out orc >>>>>>>>>> and it works well using only one channel. changing the >>>>>>>>>> nchnls to 2 or >>>>>>>>>> more makes the sound full of drop outs, as if the cpu could >>>>>>>>>> not handle >>>>>>>>>> it. monitoring the cpu usage with "top" on the terminal >>>>>>>>>> gives values >>>>>>>>>> less than 3%... >>>>>>>>>> >>>>>>>>>> Any idea what could be the problem? >>>>>>>>>> >>>>>>>>>> Luís >>>>>>>>>> >>>>>>>>>> |
Date | 2010-06-24 22:09 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
is there a package for 10.6? or do you mean 10.5? (this one doesn't work) Victor Lazzarini schrieb: > What about the distributed package? > > Victor > On 24 Jun 2010, at 21:52, k_o_m_p wrote: > >> I've donwloaded this file from sourceforge: >> http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download >> >> but couldn't build it: >> >> Checking for C header file stdio.h... no >> *** Failed to compile a simple test program. The compiler is >> *** possibly not set up correctly, or is used with invalid flags. >> *** Check config.log to find out more about the error. >> >> But with the cvs csound version I can build it. The problem stil >> remains. >> >> >> Victor Lazzarini schrieb: >>> Can you try the 5.12 binary distribution (not 5.11). >>> >>> Victor >>> On 24 Jun 2010, at 21:16, k_o_m_p wrote: >>> >>>> with built-in audio in/out happens the following: >>>> if nchnls = 1 everything is OK >>>> if nchnls = 2 output is a lower transposition of input (the >>>> transposition is at least 1/2 but maybe more than that) >>>> I think I will try the version 5.11 to see if it works. >>>> >>>> Victor Lazzarini schrieb: >>>>> another thing is to try with builtin audio. >>>>> It puzzles me, on 10.5 there is no such problem. >>>>> >>>>> Victor >>>>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>>>> >>>>>> what about using a different combination of ksmps, -B and -b >>>>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>>>> >>>>>>> Yes, the problem is stil there with coreaudio. Also with nchnls = 1 >>>>>>> >>>>>>> Victor Lazzarini schrieb: >>>>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to >>>>>>>> see if portaudio is the problem? >>>>>>>> >>>>>>>> Victor >>>>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>>>> >>>>>>>>> yes, I use the same audio interface (motu 828) for input and >>>>>>>>> output. >>>>>>>>> I tried several combinations as you proposed but no changes. >>>>>>>>> It's still there. >>>>>>>>> >>>>>>>>> >>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>> Yes, it's nothing to do with the cpu consumption, but with >>>>>>>>>> the audio IO. Are you using the same card for input and output? >>>>>>>>>> There is also the possibility of a bug in the new >>>>>>>>>> nchnls/nchnls_i code. Maybe you can try playing with nchnls_i >>>>>>>>>> like this >>>>>>>>>> >>>>>>>>>> nchnls_i =2 >>>>>>>>>> nchnls = 2 >>>>>>>>>> >>>>>>>>>> etc >>>>>>>>>> >>>>>>>>>> Victor >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>>>> >>>>>>>>>>> I recently changed the computer to a macbook pro i7 and >>>>>>>>>>> built csound >>>>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>>>> csound runs well. I can execute live the trapped in convert >>>>>>>>>>> and it >>>>>>>>>>> sounds great as always. >>>>>>>>>>> >>>>>>>>>>> the problem is when I use live input. I used a simple direct >>>>>>>>>>> in/out orc >>>>>>>>>>> and it works well using only one channel. changing the >>>>>>>>>>> nchnls to 2 or >>>>>>>>>>> more makes the sound full of drop outs, as if the cpu could >>>>>>>>>>> not handle >>>>>>>>>>> it. monitoring the cpu usage with "top" on the terminal >>>>>>>>>>> gives values >>>>>>>>>>> less than 3%... >>>>>>>>>>> >>>>>>>>>>> Any idea what could be the problem? >>>>>>>>>>> >>>>>>>>>>> Luís >>>>>>>>>>> >>>>>>>>>>> |
Date | 2010-06-24 22:16 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
Do you mean the binary installer for 10.5 does not work on 10.6? That is news to me. It certainly works here on our 10.6 machine. What happens? Victor On 24 Jun 2010, at 22:09, k_o_m_p wrote: > is there a package for 10.6? or do you mean 10.5? (this one doesn't > work) > > Victor Lazzarini schrieb: >> What about the distributed package? >> >> Victor >> On 24 Jun 2010, at 21:52, k_o_m_p wrote: >> >>> I've donwloaded this file from sourceforge: >>> http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download >>> but couldn't build it: >>> >>> Checking for C header file stdio.h... no >>> *** Failed to compile a simple test program. The compiler is >>> *** possibly not set up correctly, or is used with invalid flags. >>> *** Check config.log to find out more about the error. >>> >>> But with the cvs csound version I can build it. The problem stil >>> remains. >>> >>> >>> Victor Lazzarini schrieb: >>>> Can you try the 5.12 binary distribution (not 5.11). >>>> >>>> Victor >>>> On 24 Jun 2010, at 21:16, k_o_m_p wrote: >>>> >>>>> with built-in audio in/out happens the following: >>>>> if nchnls = 1 everything is OK >>>>> if nchnls = 2 output is a lower transposition of input (the >>>>> transposition is at least 1/2 but maybe more than that) >>>>> I think I will try the version 5.11 to see if it works. >>>>> >>>>> Victor Lazzarini schrieb: >>>>>> another thing is to try with builtin audio. >>>>>> It puzzles me, on 10.5 there is no such problem. >>>>>> >>>>>> Victor >>>>>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>>>>> >>>>>>> what about using a different combination of ksmps, -B and -b >>>>>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>>>>> >>>>>>>> Yes, the problem is stil there with coreaudio. Also with >>>>>>>> nchnls = 1 >>>>>>>> >>>>>>>> Victor Lazzarini schrieb: >>>>>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to >>>>>>>>> see if portaudio is the problem? >>>>>>>>> >>>>>>>>> Victor >>>>>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>>>>> >>>>>>>>>> yes, I use the same audio interface (motu 828) for input >>>>>>>>>> and output. >>>>>>>>>> I tried several combinations as you proposed but no >>>>>>>>>> changes. It's still there. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>>> Yes, it's nothing to do with the cpu consumption, but with >>>>>>>>>>> the audio IO. Are you using the same card for input and >>>>>>>>>>> output? >>>>>>>>>>> There is also the possibility of a bug in the new nchnls/ >>>>>>>>>>> nchnls_i code. Maybe you can try playing with nchnls_i >>>>>>>>>>> like this >>>>>>>>>>> >>>>>>>>>>> nchnls_i =2 >>>>>>>>>>> nchnls = 2 >>>>>>>>>>> >>>>>>>>>>> etc >>>>>>>>>>> >>>>>>>>>>> Victor >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>>>>> >>>>>>>>>>>> I recently changed the computer to a macbook pro i7 and >>>>>>>>>>>> built csound >>>>>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>>>>> csound runs well. I can execute live the trapped in >>>>>>>>>>>> convert and it >>>>>>>>>>>> sounds great as always. >>>>>>>>>>>> >>>>>>>>>>>> the problem is when I use live input. I used a simple >>>>>>>>>>>> direct in/out orc >>>>>>>>>>>> and it works well using only one channel. changing the >>>>>>>>>>>> nchnls to 2 or >>>>>>>>>>>> more makes the sound full of drop outs, as if the cpu >>>>>>>>>>>> could not handle >>>>>>>>>>>> it. monitoring the cpu usage with "top" on the terminal >>>>>>>>>>>> gives values >>>>>>>>>>>> less than 3%... >>>>>>>>>>>> >>>>>>>>>>>> Any idea what could be the problem? >>>>>>>>>>>> >>>>>>>>>>>> Luís >>>>>>>>>>>> >>>>>>>>>>>> |
Date | 2010-06-24 22:24 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
Also according to this http://news.gmane.org/find-root.php?message_id=%3c4BF552EF.7080401%40ircam.fr%3e it should work too. Victor On 24 Jun 2010, at 22:16, Victor Lazzarini wrote: > Do you mean the binary installer for 10.5 does not work on 10.6? > That is news to me. It certainly works here on our 10.6 machine. > What happens? > > Victor > On 24 Jun 2010, at 22:09, k_o_m_p wrote: > >> is there a package for 10.6? or do you mean 10.5? (this one doesn't >> work) >> >> Victor Lazzarini schrieb: >>> What about the distributed package? >>> >>> Victor >>> On 24 Jun 2010, at 21:52, k_o_m_p wrote: >>> >>>> I've donwloaded this file from sourceforge: >>>> http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download >>>> but couldn't build it: >>>> >>>> Checking for C header file stdio.h... no >>>> *** Failed to compile a simple test program. The compiler is >>>> *** possibly not set up correctly, or is used with invalid flags. >>>> *** Check config.log to find out more about the error. >>>> >>>> But with the cvs csound version I can build it. The problem stil >>>> remains. >>>> >>>> >>>> Victor Lazzarini schrieb: >>>>> Can you try the 5.12 binary distribution (not 5.11). >>>>> >>>>> Victor >>>>> On 24 Jun 2010, at 21:16, k_o_m_p wrote: >>>>> >>>>>> with built-in audio in/out happens the following: >>>>>> if nchnls = 1 everything is OK >>>>>> if nchnls = 2 output is a lower transposition of input (the >>>>>> transposition is at least 1/2 but maybe more than that) >>>>>> I think I will try the version 5.11 to see if it works. >>>>>> >>>>>> Victor Lazzarini schrieb: >>>>>>> another thing is to try with builtin audio. >>>>>>> It puzzles me, on 10.5 there is no such problem. >>>>>>> >>>>>>> Victor >>>>>>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>>>>>> >>>>>>>> what about using a different combination of ksmps, -B and -b >>>>>>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>>>>>> >>>>>>>>> Yes, the problem is stil there with coreaudio. Also with >>>>>>>>> nchnls = 1 >>>>>>>>> >>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , >>>>>>>>>> to see if portaudio is the problem? >>>>>>>>>> >>>>>>>>>> Victor >>>>>>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>>>>>> >>>>>>>>>>> yes, I use the same audio interface (motu 828) for input >>>>>>>>>>> and output. >>>>>>>>>>> I tried several combinations as you proposed but no >>>>>>>>>>> changes. It's still there. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>>>> Yes, it's nothing to do with the cpu consumption, but >>>>>>>>>>>> with the audio IO. Are you using the same card for input >>>>>>>>>>>> and output? >>>>>>>>>>>> There is also the possibility of a bug in the new nchnls/ >>>>>>>>>>>> nchnls_i code. Maybe you can try playing with nchnls_i >>>>>>>>>>>> like this >>>>>>>>>>>> >>>>>>>>>>>> nchnls_i =2 >>>>>>>>>>>> nchnls = 2 >>>>>>>>>>>> >>>>>>>>>>>> etc >>>>>>>>>>>> >>>>>>>>>>>> Victor >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>>>>>> >>>>>>>>>>>>> I recently changed the computer to a macbook pro i7 and >>>>>>>>>>>>> built csound >>>>>>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>>>>>> csound runs well. I can execute live the trapped in >>>>>>>>>>>>> convert and it >>>>>>>>>>>>> sounds great as always. >>>>>>>>>>>>> >>>>>>>>>>>>> the problem is when I use live input. I used a simple >>>>>>>>>>>>> direct in/out orc >>>>>>>>>>>>> and it works well using only one channel. changing the >>>>>>>>>>>>> nchnls to 2 or >>>>>>>>>>>>> more makes the sound full of drop outs, as if the cpu >>>>>>>>>>>>> could not handle >>>>>>>>>>>>> it. monitoring the cpu usage with "top" on the terminal >>>>>>>>>>>>> gives values >>>>>>>>>>>>> less than 3%... >>>>>>>>>>>>> >>>>>>>>>>>>> Any idea what could be the problem? >>>>>>>>>>>>> >>>>>>>>>>>>> Luís >>>>>>>>>>>>> >>>>>>>>>>>>> |
Date | 2010-06-24 22:55 |
From | k_o_m_p |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
Thanks Victor. I thought I had already tryed it with no success... indeed it works now for me perfectly! Again many thanks for your patience! Victor Lazzarini schrieb: > Also according to this > http://news.gmane.org/find-root.php?message_id=%3c4BF552EF.7080401%40ircam.fr%3e > > it should work too. > > Victor > > On 24 Jun 2010, at 22:16, Victor Lazzarini wrote: > >> Do you mean the binary installer for 10.5 does not work on 10.6? That >> is news to me. It certainly works here on our 10.6 machine. >> What happens? >> >> Victor >> On 24 Jun 2010, at 22:09, k_o_m_p wrote: >> >>> is there a package for 10.6? or do you mean 10.5? (this one doesn't >>> work) >>> >>> Victor Lazzarini schrieb: >>>> What about the distributed package? >>>> >>>> Victor >>>> On 24 Jun 2010, at 21:52, k_o_m_p wrote: >>>> >>>>> I've donwloaded this file from sourceforge: >>>>> http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download >>>>> >>>>> but couldn't build it: >>>>> >>>>> Checking for C header file stdio.h... no >>>>> *** Failed to compile a simple test program. The compiler is >>>>> *** possibly not set up correctly, or is used with invalid flags. >>>>> *** Check config.log to find out more about the error. >>>>> >>>>> But with the cvs csound version I can build it. The problem stil >>>>> remains. >>>>> >>>>> >>>>> Victor Lazzarini schrieb: >>>>>> Can you try the 5.12 binary distribution (not 5.11). >>>>>> >>>>>> Victor >>>>>> On 24 Jun 2010, at 21:16, k_o_m_p wrote: >>>>>> >>>>>>> with built-in audio in/out happens the following: >>>>>>> if nchnls = 1 everything is OK >>>>>>> if nchnls = 2 output is a lower transposition of input (the >>>>>>> transposition is at least 1/2 but maybe more than that) >>>>>>> I think I will try the version 5.11 to see if it works. >>>>>>> >>>>>>> Victor Lazzarini schrieb: >>>>>>>> another thing is to try with builtin audio. >>>>>>>> It puzzles me, on 10.5 there is no such problem. >>>>>>>> >>>>>>>> Victor >>>>>>>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>>>>>>> >>>>>>>>> what about using a different combination of ksmps, -B and -b >>>>>>>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>>>>>>> >>>>>>>>>> Yes, the problem is stil there with coreaudio. Also with >>>>>>>>>> nchnls = 1 >>>>>>>>>> >>>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , to >>>>>>>>>>> see if portaudio is the problem? >>>>>>>>>>> >>>>>>>>>>> Victor >>>>>>>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>>>>>>> >>>>>>>>>>>> yes, I use the same audio interface (motu 828) for input >>>>>>>>>>>> and output. >>>>>>>>>>>> I tried several combinations as you proposed but no >>>>>>>>>>>> changes. It's still there. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>>>>> Yes, it's nothing to do with the cpu consumption, but with >>>>>>>>>>>>> the audio IO. Are you using the same card for input and >>>>>>>>>>>>> output? >>>>>>>>>>>>> There is also the possibility of a bug in the new >>>>>>>>>>>>> nchnls/nchnls_i code. Maybe you can try playing with >>>>>>>>>>>>> nchnls_i like this >>>>>>>>>>>>> >>>>>>>>>>>>> nchnls_i =2 >>>>>>>>>>>>> nchnls = 2 >>>>>>>>>>>>> >>>>>>>>>>>>> etc >>>>>>>>>>>>> >>>>>>>>>>>>> Victor >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> I recently changed the computer to a macbook pro i7 and >>>>>>>>>>>>>> built csound >>>>>>>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>>>>>>> csound runs well. I can execute live the trapped in >>>>>>>>>>>>>> convert and it >>>>>>>>>>>>>> sounds great as always. >>>>>>>>>>>>>> >>>>>>>>>>>>>> the problem is when I use live input. I used a simple >>>>>>>>>>>>>> direct in/out orc >>>>>>>>>>>>>> and it works well using only one channel. changing the >>>>>>>>>>>>>> nchnls to 2 or >>>>>>>>>>>>>> more makes the sound full of drop outs, as if the cpu >>>>>>>>>>>>>> could not handle >>>>>>>>>>>>>> it. monitoring the cpu usage with "top" on the terminal >>>>>>>>>>>>>> gives values >>>>>>>>>>>>>> less than 3%... >>>>>>>>>>>>>> >>>>>>>>>>>>>> Any idea what could be the problem? >>>>>>>>>>>>>> >>>>>>>>>>>>>> Luís >>>>>>>>>>>>>> >>>>>>>>>>>>>> |
Date | 2010-06-24 23:03 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: problems with live input osx 10.6 / csound 5.12 |
No problems. It appears the code in CVS is in a bit of a transition and there may be a bug there, thanks for alerting me. As soon as the I can build it (the code does not actually build at the moment), I'll check the problem. I think it's probably a mismatch of in and out channels. Regards Victor On 24 Jun 2010, at 22:55, k_o_m_p wrote: > Thanks Victor. I thought I had already tryed it with no success... > indeed it works now for me perfectly! Again many thanks for your > patience! > > > Victor Lazzarini schrieb: >> Also according to this http://news.gmane.org/find-root.php?message_id=%3c4BF552EF.7080401%40ircam.fr%3e >> it should work too. >> >> Victor >> >> On 24 Jun 2010, at 22:16, Victor Lazzarini wrote: >> >>> Do you mean the binary installer for 10.5 does not work on 10.6? >>> That is news to me. It certainly works here on our 10.6 machine. >>> What happens? >>> >>> Victor >>> On 24 Jun 2010, at 22:09, k_o_m_p wrote: >>> >>>> is there a package for 10.6? or do you mean 10.5? (this one >>>> doesn't work) >>>> >>>> Victor Lazzarini schrieb: >>>>> What about the distributed package? >>>>> >>>>> Victor >>>>> On 24 Jun 2010, at 21:52, k_o_m_p wrote: >>>>> >>>>>> I've donwloaded this file from sourceforge: >>>>>> http://sourceforge.net/projects/csound/files/csound5/csound5.12/Csound5.12.1.zip/download >>>>>> but couldn't build it: >>>>>> >>>>>> Checking for C header file stdio.h... no >>>>>> *** Failed to compile a simple test program. The compiler is >>>>>> *** possibly not set up correctly, or is used with invalid flags. >>>>>> *** Check config.log to find out more about the error. >>>>>> >>>>>> But with the cvs csound version I can build it. The problem >>>>>> stil remains. >>>>>> >>>>>> >>>>>> Victor Lazzarini schrieb: >>>>>>> Can you try the 5.12 binary distribution (not 5.11). >>>>>>> >>>>>>> Victor >>>>>>> On 24 Jun 2010, at 21:16, k_o_m_p wrote: >>>>>>> >>>>>>>> with built-in audio in/out happens the following: >>>>>>>> if nchnls = 1 everything is OK >>>>>>>> if nchnls = 2 output is a lower transposition of input (the >>>>>>>> transposition is at least 1/2 but maybe more than that) >>>>>>>> I think I will try the version 5.11 to see if it works. >>>>>>>> >>>>>>>> Victor Lazzarini schrieb: >>>>>>>>> another thing is to try with builtin audio. >>>>>>>>> It puzzles me, on 10.5 there is no such problem. >>>>>>>>> >>>>>>>>> Victor >>>>>>>>> On 24 Jun 2010, at 19:56, Victor Lazzarini wrote: >>>>>>>>> >>>>>>>>>> what about using a different combination of ksmps, -B and -b >>>>>>>>>> On 24 Jun 2010, at 19:49, k_o_m_p wrote: >>>>>>>>>> >>>>>>>>>>> Yes, the problem is stil there with coreaudio. Also with >>>>>>>>>>> nchnls = 1 >>>>>>>>>>> >>>>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>>>> Can you try the coreaudio RT module -+rtaudio=coreaudio , >>>>>>>>>>>> to see if portaudio is the problem? >>>>>>>>>>>> >>>>>>>>>>>> Victor >>>>>>>>>>>> On 24 Jun 2010, at 15:49, k_o_m_p wrote: >>>>>>>>>>>> >>>>>>>>>>>>> yes, I use the same audio interface (motu 828) for input >>>>>>>>>>>>> and output. >>>>>>>>>>>>> I tried several combinations as you proposed but no >>>>>>>>>>>>> changes. It's still there. >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> Victor Lazzarini schrieb: >>>>>>>>>>>>>> Yes, it's nothing to do with the cpu consumption, but >>>>>>>>>>>>>> with the audio IO. Are you using the same card for >>>>>>>>>>>>>> input and output? >>>>>>>>>>>>>> There is also the possibility of a bug in the new >>>>>>>>>>>>>> nchnls/nchnls_i code. Maybe you can try playing with >>>>>>>>>>>>>> nchnls_i like this >>>>>>>>>>>>>> >>>>>>>>>>>>>> nchnls_i =2 >>>>>>>>>>>>>> nchnls = 2 >>>>>>>>>>>>>> >>>>>>>>>>>>>> etc >>>>>>>>>>>>>> >>>>>>>>>>>>>> Victor >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> On 24 Jun 2010, at 14:18, k_o_m_p wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> I recently changed the computer to a macbook pro i7 >>>>>>>>>>>>>>> and built csound >>>>>>>>>>>>>>> 5.12 (float samples) from Jun 14 2010. >>>>>>>>>>>>>>> csound runs well. I can execute live the trapped in >>>>>>>>>>>>>>> convert and it >>>>>>>>>>>>>>> sounds great as always. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> the problem is when I use live input. I used a simple >>>>>>>>>>>>>>> direct in/out orc >>>>>>>>>>>>>>> and it works well using only one channel. changing the >>>>>>>>>>>>>>> nchnls to 2 or >>>>>>>>>>>>>>> more makes the sound full of drop outs, as if the cpu >>>>>>>>>>>>>>> could not handle >>>>>>>>>>>>>>> it. monitoring the cpu usage with "top" on the >>>>>>>>>>>>>>> terminal gives values >>>>>>>>>>>>>>> less than 3%... >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Any idea what could be the problem? >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Luís >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> |