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

[sc-users] ERROR: SynthDef temp__3 not found (exception in GraphDef_Recv: UGen 'IDWT' not installed. )



When I run the code:

(
b = Buffer.alloc(s,1024);
b.zero;
)

(
{
var chain;

chain = FFTTrigger(b); //works as DWT substitute too
Out.ar(0, (0.1*IDWT(chain,wintype:-1,wavelettype:0)).dup(2));

}.play;
)


-> Synth('temp__3' : 1005) 
exception in GraphDef_Recv: UGen 'IDWT' not installed. 
*** ERROR: SynthDef temp__3 not found 
FAILURE IN SERVER /s_new SynthDef not found 

I had copy the IDWT plugin  (https://composerprogrammer.com/code.html)into
my SC's extension folder. 
It said: UGen "IDWT" not installed 






--
Sent from: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/SuperCollider-Users-New-Use-this-f2676391.html

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/