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

Re: [sc-users] envgen freeing synth immediatelly at synth start



At Tue, 09 Dec 2014 15:35:49 +0000,
Miguel Negrão wrote:
> I'm a bit confused by the following behaviour of EnvGen:
> 
> (
> x = SynthDef(\test, {
> 	var env = Env([ 1, 0, 0 ],[ 6, 0 ], \lin );
> 	
> 	EnvGen.kr(env, \gate2.kr(0), doneAction:2).poll
> 
> }).play
> )
> 
> this will post
> 
> UGen(EnvGen): 1
> 
> only once because the synth gets immediately freed.

Likewise, not reproducible here. Have you modified EnvGen's class definition, or C++ code (LFUGens.cpp)?

hjh



_______________________________________________
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/