Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: partials opcode and glitches

Date2008-03-02 17:25
Fromvictor
Subject[Csnd] Re: Re: partials opcode and glitches
Sorry, but I can't reproduce any of that here. I used your code and
plugged in a flute sound from a file. No glitches or things like that.

I'll try on a Mac tomorrow, but I can't see that the computer would
be the problem.

This is my full instrument:


instr 1

ain1,ain2 diskin2 "flute.wav", 1,0,1
itab     ftgen     0, 0, 16384, 10, 1
fs1,fsi2 pvsifd ain1,2048,512,1 ; ifd analysis
fst  partials fs1,fsi2,.003,1,1,100  ; partial tracking
      aout1  resyn fst, 1, 1, 100, itab ; resynthesis

    out aout1*10

endin

The only other thing I can say is to try and increase the number
of tracks from 100 to more. It might be that you are running
out of tracks (depending on the input, this might happen).

Victor

----- Original Message ----- 
From: "peiman" 
To: 
Sent: Sunday, March 02, 2008 2:52 PM
Subject: [Csnd] Re: partials opcode and glitches


>
> Thanks for your reply Victor. I just tried tradysn and still getting
> glitches. The clicks are very clear, not just slight discontinuities.
>
> Best
> Peiman
>
> Victor.Lazzarini wrote:
>>
>>
>> ----- Original Message ----- 
>> From: "peiman" 
>> To: 
>> Sent: Sunday, March 02, 2008 2:07 PM
>> Subject: [Csnd] partials opcode and glitches
>>
>>
>>>
>>> Hello
>>>
>>> I'm hoping someone can shed light on this please. When trying to use the
>>> partials opcode I am getting these constant glitches in the resynthesis
>>> (using the code bellow which is basically taken form the manual 
>>> example).
>>> This is both in render to file and dac options. Is there a way to smooth
>>> these glitches? Is this normal?
>>>
>>> I'm on mac os x 10.5.2
>>>
>>> Many Thanks
>>> Peiman
>>>
>>> itab     ftgen     0, 0, 16384, 10, 1
>>> fs1,fsi2 pvsifd ain1,2048,512,1 ; ifd analysis
>>> fst  partials fs1,fsi2,.003,1,1,100  ; partial tracking
>>>      aout1  resyn fst, 1, 1, 100, itab ; resynthesis
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/partials-opcode-and-glitches-tp15788284p15788284.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
> -- 
> View this message in context: 
> http://www.nabble.com/partials-opcode-and-glitches-tp15788284p15788733.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 


Date2008-03-03 01:24
FromPeiman Khosravi
Subject[Csnd] Re: Re: Re: partials opcode and glitches
Sorry for the delay I just got home! Using your instrument I still get  
the glitches. It's the same with more partials, if not worst.
Do you think it could be an OS X 10.5 problem?

Thanks again
Peiman


On 2 Mar 2008, at 17:25, victor wrote:

> Sorry, but I can't reproduce any of that here. I used your code and
> plugged in a flute sound from a file. No glitches or things like that.
>
> I'll try on a Mac tomorrow, but I can't see that the computer would
> be the problem.
>
> This is my full instrument:
>
>
> instr 1
>
> ain1,ain2 diskin2 "flute.wav", 1,0,1
> itab     ftgen     0, 0, 16384, 10, 1
> fs1,fsi2 pvsifd ain1,2048,512,1 ; ifd analysis
> fst  partials fs1,fsi2,.003,1,1,100  ; partial tracking
>     aout1  resyn fst, 1, 1, 100, itab ; resynthesis
>
>   out aout1*10
>
> endin
>
> The only other thing I can say is to try and increase the number
> of tracks from 100 to more. It might be that you are running
> out of tracks (depending on the input, this might happen).
>
> Victor
>
> ----- Original Message ----- From: "peiman" 
> To: 
> Sent: Sunday, March 02, 2008 2:52 PM
> Subject: [Csnd] Re: partials opcode and glitches
>
>
>>
>> Thanks for your reply Victor. I just tried tradysn and still getting
>> glitches. The clicks are very clear, not just slight discontinuities.
>>
>> Best
>> Peiman
>>
>> Victor.Lazzarini wrote:
>>>
>>>
>>> ----- Original Message ----- From: "peiman" >> >
>>> To: 
>>> Sent: Sunday, March 02, 2008 2:07 PM
>>> Subject: [Csnd] partials opcode and glitches
>>>
>>>
>>>>
>>>> Hello
>>>>
>>>> I'm hoping someone can shed light on this please. When trying to  
>>>> use the
>>>> partials opcode I am getting these constant glitches in the  
>>>> resynthesis
>>>> (using the code bellow which is basically taken form the manual  
>>>> example).
>>>> This is both in render to file and dac options. Is there a way to  
>>>> smooth
>>>> these glitches? Is this normal?
>>>>
>>>> I'm on mac os x 10.5.2
>>>>
>>>> Many Thanks
>>>> Peiman
>>>>
>>>> itab     ftgen     0, 0, 16384, 10, 1
>>>> fs1,fsi2 pvsifd ain1,2048,512,1 ; ifd analysis
>>>> fst  partials fs1,fsi2,.003,1,1,100  ; partial tracking
>>>>     aout1  resyn fst, 1, 1, 100, itab ; resynthesis
>>>> -- 
>>>> View this message in context:
>>>> http://www.nabble.com/partials-opcode-and-glitches-tp15788284p15788284.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>>> "unsubscribe
>>>> csound"
>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>>> "unsubscribe
>>> csound"
>>>
>>>
>>
>> -- 
>> View this message in context: http://www.nabble.com/partials-opcode-and-glitches-tp15788284p15788733.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe csound"
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"