Re: [LAU] vibrato depth increasing in PCM synthesis through python

From: Renato Fabbri <renato.fabbri@email-addr-hidden>
Date: Wed Oct 03 2012 - 19:22:06 EEST

it works with gi=n.cumsum(dD,0,n.int)%Dv
for me.

it was not working beforehand, in this version:
https://gist.github.com/3815747/9721cfc5eff7a4dd706a7f1e80a6264d3bd6915d
when i assumed frequency variation and did the LUT
procedure normally, without the cumsum which takes in
account individual steps and resulting positions.

can you post the .wav that https://gist.github.com/3815747
outputs?

thanks for the feedback and the C version!

2012/10/2 SxDx <sed@email-addr-hidden>

> The last one in the series, sorry for the mess...
>
> so replace:
> gi=n.cumsum(dD,0,n.int)%Dv
> by:
> gi=n.cumsum(dD)
> gi=n.array(gi, dtype=int)%Dv
>

-- 
GNU/Linux User #479299
labmacambira.sf.net

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Oct 3 20:15:04 2012

This archive was generated by hypermail 2.1.8 : Wed Oct 03 2012 - 20:15:04 EEST