[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] LocalBuf and MCLDUgens (FFTPower)
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] LocalBuf and MCLDUgens (FFTPower)
- From: Dan Stowell <danstowell@xxxxxxxxx>
- Date: Sat, 7 Mar 2009 10:53:00 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=PFVR4CcBtLZYpRObr4UXuYaVMV6CtCrUPZ5neJ4nPe8=; b=kOmv6zu6Z9KDc87mKuRHD0ZDf3WscAHq9YPLT3tPagocbel02fvQDT8CdweQaujh8T oAPzS1GfM/xV6qPhY8Ib1BbjkqWD2Tqep91f7XeYYasdqI4I06fjAn8G1Z4p25Umk/n3 QcgP37JKmhlT2pXIHK+R6PMEDSJE7S56ngHq8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=d7Jbk4EiRw8BOc248fB+4bkEcERNriT0Bbd3oTrthS1ADoGzDbtoCxjuhmsQXNzlKy MtJCMpRqWKgP0VfKpn/McPK0rBSc3U0zSKago+K9g6q3beUsMJsmDkk8Te0KnAQHpQVH eNo2pS0bk3DH3/n6/q3dISI3QwxicJmyNjhyw=
- In-reply-to: <22383135.post@xxxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <22383135.post@xxxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
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/