| Hi Menno,
you are missing one parameter. Try this:
dispfft a1, .1, 1024, 1,0,0, 10, 11
It works here (I tested on CsoundQT).
Regards
========================
Dr Victor Lazzarini
Dean of Arts, Philosophy and Celtic Studies,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952
On 8 Sep 2014, at 19:09, menno wrote:
> Victor, can you try this csd and tell me if this example shows 2 bins only on
> your machine?
> Here it shows all the bins, no matter what values i put in for the last 2
> parameters.
>
>
>
> ; Select audio/midi flags here according to platform
> -odac ;;;real-time audio out
> ;-iadc ;;;uncomment -iadc if RT audio input is needed too
> ; For Non-realtime ouput leave only the line below:
> ; -o exciter.wav -W ;;; for file output any platform
>
>
>
> sr=48000
> ksmps=32
> nchnls=2
> 0dbfs =1
>
> instr 2 ; original sound for comparison
>
> a1 diskin2 "fox.wav", 1
> outs a1, a1
> dispfft a1, .1, 1024, 0, 1, 10, 11
> endin
>
>
>
>
> i2 0 3
>
> e
>
>
>
> My csound version is from september 1st, on Kubuntu14.04
>
>
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Displays-of-FFT-tp5737294p5737362.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>
|