[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Amplitude ugen differences between ar and kr
Hi,
as just mentioned in another thread, the effect
of Amplitude's attackTime and releaseTime args depends on rate.
// evaluate and say something within 2 seconds
// compare plot #1 and #2
// #3 is a workaround to get Amplitude in kr with same effect as ar
// #4 confirms that result of 2 is not due to plotting
(
a = { Amplitude.ar(SoundIn.ar(), 0.3, 0.3) };
b = { Amplitude.kr(SoundIn.ar(), 0.3, 0.3) };
{ 1; a.() }.plot(2);
{ 2; b.() }.plot(2);
{ 3; A2K.kr(a.()) }.plot(2);
{ 4; K2A.ar(b.()) }.plot(2);
)
Is this intended or a bug ?
Greetings
Daniel
-----------------------------
www.daniel-mayer.at
-----------------------------
_______________________________________________
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/