wallace
2014-09-29 20:35:44 UTC
Hello,
I am trying to build a Pbind into a Synthdef.
Here is the Pbind:
4.do({ Pbind( \note, Pbrown(0, 20, 0.1, inf) ,\dur, 0.05.rand ).play });
I was thinking to change the freq of the standard synth this way:
freq = Array.fill(4, Demand.kr(Impulse.kr(4), 0, Dbrown(0, 15, 1,
inf)*mul));
in order to achieve the same sound effect.
Unfortunately i don't get the same frequency shifting sound.
Anyone knows how can I do that?
Best,
Marcello
_______________________________________________
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/
I am trying to build a Pbind into a Synthdef.
Here is the Pbind:
4.do({ Pbind( \note, Pbrown(0, 20, 0.1, inf) ,\dur, 0.05.rand ).play });
I was thinking to change the freq of the standard synth this way:
freq = Array.fill(4, Demand.kr(Impulse.kr(4), 0, Dbrown(0, 15, 1,
inf)*mul));
in order to achieve the same sound effect.
Unfortunately i don't get the same frequency shifting sound.
Anyone knows how can I do that?
Best,
Marcello
_______________________________________________
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/