[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] LocalBuf and MCLDUgens (FFTPower)



Hi -

Yes they do. But do you have the latest version? They were updated in
October of last year to work with LocalBuf - the latest download,
SC3ExtPlugins2009-01-13.dmg, should work fine.

This code works for me:
(
x = {
	var son, chain, pow;
	son = PinkNoise.ar * LFPar.ar(0.5).range(0,1);
	chain = FFT(LocalBuf(1024), son);
	pow = FFTPower.kr(chain);
	pow.poll;
}.play
)

HTH
Dan


2009/3/7, David Etlinger <etlinger@xxxxxxxxxxxxxxxx>:
>
>  Hi,
>
>  Do these Ugens not work with LocalBuf? I am trying to run FFTPower using a
>  LocalBuf, and SC crashes every time (3.3a, build 8638). Have they been
>  updated or are there any plans to update them?
>
>  Thanks as always.
>  --
>  View this message in context: http://www.nabble.com/LocalBuf-and-MCLDUgens-%28FFTPower%29-tp22383135p22383135.html
>  Sent from the Supercollider - User mailing list archive at Nabble.com.
>
>
>  _______________________________________________
>  sc-users mailing list
>
>  info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
>  archive: https://listarc.bham.ac.uk/marchives/sc-users/
>  search: https://listarc.bham.ac.uk/lists/sc-users/search/
>


-- 
http://www.mcld.co.uk

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/