[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] envgen freeing synth immediatelly at synth start
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] envgen freeing synth immediatelly at synth start
- From: James Harkins <jamshark70@xxxxxx>
- Date: Wed, 10 Dec 2014 16:14:25 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201307; t=1418199269; bh=5rSdsbKtj/7F6ctKEYNh97enlxDbBLAhvf7Gx3xNA8g=; h=X-QQ-mid:Received:X-QQ-SSF:X-QQ-FEAT:X-QQ-GoodBg:Date:Message-ID:From:To:Subject:In-Reply-To:References:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding: X-QQ-SENDSIZE; b=y5s7zGr04MS2ADEZ9uxosLApeNcTk48FaDZ5E1442ffH4SDKnbRiY5WXpIZyWTp8x Pv6W2kn4vu9wLPXZ58p8cqipmlbg9fAtMYa74dGrjmVHZuqHs25qYOkxWrDKJ9GFAl w3U+A1sfEW4rgxMba7ReJEF8EfKmYv5fApESpLto=
- In-reply-to: <548716D5.8070806@friendlyvirus.org>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <548716D5.8070806@friendlyvirus.org>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
- User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)
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/