| I think this is to do with your extremely low kr. When ksmps <
overlap, Csound tries to switch to sliding PV (SDFT), but there is
something not yet implemented.
Try setting your kr to something more reasonable. Or better, set ksmps
< 256.
Victor
On 22 Nov 2009, at 19:50, Tobiah wrote:
> sr = 44100
> kr = 10
> nchnls = 2
> 0dbfs = 1.0
>
> instr 1
>
> a_soundin init 0
> fin "hello.wav", 0, 0, a_soundin
>
> f_anal pvsanal a_soundin, 1024, 256, 2048, 0
> a_synthed pvsynth f_anal
> outs a_synthed, a_synthed
> endin
>
>
> new alloc for instr 1:
> INIT ERROR in instr 1: SDFT Not implemented in this case yet
> pvsfwrite f_anal "hello2.pvoc"
> Closing file 'hello.wav'...
> B 0.000 - note deleted. i1 had 1 init errors
>
>
> Sorry for the formatting - gmail is rotten for this sort of thing.
> I can't seem to get any other accounts to post successfully to
> the list.
>
> Thanks,
>
> Tobiah
>
>
> 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" |