|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Env.asr broken?Hi List,
I'm wondering if there's something wrong with Env.asr. It doesn't seem to respond to changes in curve. I first noticed it in a synth I was playing with and it also doesn't seem to work with .test.plot. The curve works if I recreate the same functionality with Env.new. I'm using the precompiled osx build that's up on sourceforge right now... for some reason can't seem to build from svn. Thanks, Aaron _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: Env.asr broken?If you run the following code, you should see a visible difference in the plot output.
{EnvGen.kr(Env.asr( curve: 'welch'))}.plot; {EnvGen.kr(Env.asr( curve: 'sine'))}.plot; {EnvGen.kr(Env.asr( curve: 'linear'))}.plot; Please note that 'exponential' will not work as the default start level is 0, and therefore exponential curves are a no-go. {EnvGen.kr(Env.asr( curve: 'exponential'))}.plot; // Shows nothing Post if the above works (or doesn't) for you. Cheers, - Petersen (Scott W., the 'S' is yours again... you were here first ;) )
______________________________
Scott Petersen Assistant Director, YalMusT Music Technology Specialist Department of Music Yale University, New Haven, CT 06511 United States |
|
|
Re: Env.asr broken?On 17 Apr 2009, at 21:53, scacinto wrote: > > If you run the following code, you should see a visible difference > in the > plot output. > > {EnvGen.kr(Env.asr( curve: 'welch'))}.plot; > {EnvGen.kr(Env.asr( curve: 'sine'))}.plot; > {EnvGen.kr(Env.asr( curve: 'linear'))}.plot; > > > Please note that 'exponential' will not work as the default start > level is > 0, and therefore exponential curves are a no-go. > > {EnvGen.kr(Env.asr( curve: 'exponential'))}.plot; // Shows nothing > > Post if the above works (or doesn't) for you. > > Cheers, > > - Petersen (Scott W., the 'S' is yours again... you were here > first ;) ) > We can share. ;-) S. _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: Env.asr broken?could it be related to issue described in this thread?
http://tinyurl.com/dbgo76 stefan Aaron Gervais schrieb: > Hi List, > > I'm wondering if there's something wrong with Env.asr. It doesn't seem > to respond to changes in curve. I first noticed it in a synth I was > playing with and it also doesn't seem to work with .test.plot. The > curve works if I recreate the same functionality with Env.new. > > I'm using the precompiled osx build that's up on sourceforge right > now... for some reason can't seem to build from svn. > > Thanks, > Aaron > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): > http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ > _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: Env.asr broken?Hmm, I wonder if these issues aren't related, Stefan.
Petersen, the code you sent me ... > {EnvGen.kr(Env.asr( curve: 'welch'))}.plot; > {EnvGen.kr(Env.asr( curve: 'sine'))}.plot; > {EnvGen.kr(Env.asr( curve: 'linear'))}.plot; ... produces exactly the same thing every time, regardless of what the curve is set to. thx a On 17 Apr 2009, at 2:09:17PM, Stefan Nussbaumer (SC list) wrote: > could it be related to issue described in this thread? > http://tinyurl.com/dbgo76 > > stefan > > Aaron Gervais schrieb: >> Hi List, >> >> I'm wondering if there's something wrong with Env.asr. It doesn't >> seem to respond to changes in curve. I first noticed it in a synth >> I was playing with and it also doesn't seem to work >> with .test.plot. The curve works if I recreate the same >> functionality with Env.new. >> >> I'm using the precompiled osx build that's up on sourceforge right >> now... for some reason can't seem to build from svn. >> >> Thanks, >> Aaron >> >> _______________________________________________ >> sc-users mailing list >> >> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml >> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ >> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ >> > > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: Env.asr broken?Aaron Gervais schrieb:
> Hmm, I wonder if these issues aren't related, Stefan. hmm ... sorry, should have traced down your question more in detail ... however, s. petersen's code works for me as expected (recent svn build). stefan > > Petersen, the code you sent me ... > >> {EnvGen.kr(Env.asr( curve: 'welch'))}.plot; >> {EnvGen.kr(Env.asr( curve: 'sine'))}.plot; >> {EnvGen.kr(Env.asr( curve: 'linear'))}.plot; > > ... produces exactly the same thing every time, regardless of what > the curve is set to. > > > thx > a > > > On 17 Apr 2009, at 2:09:17PM, Stefan Nussbaumer (SC list) wrote: > >> could it be related to issue described in this thread? >> http://tinyurl.com/dbgo76 >> >> stefan >> >> Aaron Gervais schrieb: >>> Hi List, >>> >>> I'm wondering if there's something wrong with Env.asr. It doesn't >>> seem to respond to changes in curve. I first noticed it in a synth I >>> was playing with and it also doesn't seem to work with .test.plot. >>> The curve works if I recreate the same functionality with Env.new. >>> >>> I'm using the precompiled osx build that's up on sourceforge right >>> now... for some reason can't seem to build from svn. >>> >>> Thanks, >>> Aaron >>> >>> _______________________________________________ >>> sc-users mailing list >>> >>> info (subscription, etc.): >>> http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml >>> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ >>> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ >>> >> >> >> _______________________________________________ >> sc-users mailing list >> >> info (subscription, etc.): >> http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml >> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ >> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ > > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): > http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ > _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: Env.asr broken?I would definitely try a different build. I don't remember off-hand what binary you are using, but you can find builds at the following sites:
Wesleyan build: http://supercollider.wesleyan.edu/builds/ 3.3 release candidate: http://sourceforge.net/project/showfiles.php?group_id=54622&package_id=51508&release_id=649498 You can also attempt to build from source. If you want to do this, but are getting errors, please post the errors and we will try to get them resolved. Cheers, sp. (etersen)
______________________________
Scott Petersen Assistant Director, YalMusT Music Technology Specialist Department of Music Yale University, New Haven, CT 06511 United States |
| Free embeddable forum powered by Nabble | Forum Help |