Hi It seems to me that the modDepth of chorus doesn't work, depth is always very deep, it has some effect on the sound, but very subtle and not at all what I expected. Can anyone confirm this? 5::second => dur play; 2::second => dur pause; SinOsc s => Chorus c => dac; .5 => float gain; <<<"first the default settings - sounds strange">>>; inBetween(); <<<"setting the modDepth to 0">>>; 0 => c.modDepth; inBetween(); <<<"setting the modDepth to 1">>>; 1 => c.modDepth; inBetween(); <<<"setting the modDepth to 1000">>>; 1000 => c.modDepth; inBetween(); <<<"setting the modDepth to .001">>>; .001 => c.modDepth; inBetween(); <<<"something like this is the best that can be achieved IFAICT">>>; .3 => c.mix; .001 => c.modFreq; play => now; fun void inBetween(){ gain => s.gain; play => now; 0 => s.gain; pause => now; gain => s.gain; } -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Atte André Jensen wrote:
It seems to me that the modDepth of chorus doesn't work,
Bump... Can anyone get something nice out of Chorus? Also what's up with the delayed output of that UGen? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
2008/5/27 Atte André Jensen
Bump...
Can anyone get something nice out of Chorus? Also what's up with the delayed output of that UGen?
"Chorus" hasn't been too good for me and I didn't do a lot with it but a delayed output is quite normal since a chorus typically works based on a modulated (short) delay. Pitch-shifting has the same issue. Hope that clarifies at least a bit? Kas.
Chorus is busted, but perry fixed it for the next release i believe... On May 27, 2008, at 7:57 AM, Kassen wrote:
2008/5/27 Atte André Jensen
: Bump...
Can anyone get something nice out of Chorus? Also what's up with the delayed output of that UGen?
"Chorus" hasn't been too good for me and I didn't do a lot with it but a delayed output is quite normal since a chorus typically works based on a modulated (short) delay. Pitch-shifting has the same issue.
Hope that clarifies at least a bit? Kas.
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
dan trueman wrote:
Chorus is busted, but perry fixed it for the next release i believe...
Which, like every release, is during the summer :-) IOW: I'd love to have a faster release cycle. I just googled this up: http://sourceforge.net/cvs/?group_id=102145 Are all the new stuff already in here? Would it be foolish to run chuck from there (I'm gonna try anyhow) or is it reasonable stable? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Atte André Jensen wrote:
http://sourceforge.net/cvs/?group_id=102145
Are all the new stuff already in here? Would it be foolish to run chuck from there (I'm gonna try anyhow) or is it reasonable stable?
That's empty, sorry about the noise... -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Kassen wrote:
"Chorus" hasn't been too good for me and I didn't do a lot with it but a delayed output is quite normal since a chorus typically works based on a modulated (short) delay. Pitch-shifting has the same issue.
I'm aware that chorus results in delaying, but this it too much + it doesn't get less with less depth and there's no delay parameter in the first place. -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Greetings! There is indeed something very fishy about Chorus in ChucK. I believe the problem, at least in part, was that the baseDelay was defaulted to a unusual number, and there was no way to change it. This has been addressed. There is now a more reasonable default and we've added a .modDepth functions to Chorus. We hope this helps! The code is in CVS and will be released in 1.2.1.2. Best, Ge! On Tue, 27 May 2008, Kassen wrote:
2008/5/27 Atte André Jensen
: Bump...
Can anyone get something nice out of Chorus? Also what's up with the delayed output of that UGen?
"Chorus" hasn't been too good for me and I didn't do a lot with it but a delayed output is quite normal since a chorus typically works based on a modulated (short) delay. Pitch-shifting has the same issue.
Hope that clarifies at least a bit? Kas.
participants (4)
-
Atte André Jensen
-
dan trueman
-
Ge Wang
-
Kassen