[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] 'Scrubbing' Through a Ptpar
Am 21.12.2019 um 19:15 schrieb kilgorej99@xxxxxxxxx:
> Ah, that's unfortunate,
Why ?
Scott has named the method and there are examples in the archives:
https://www.listarc.bham.ac.uk/lists/sc-users/msg65837.html
(future reference: https://www.listarc.bham.ac.uk/lists/sc-users-2019/msg65837.html)
https://www.listarc.bham.ac.uk/lists/sc-users-2018/msg59151.html
(
Pbindef(\a,
\midinote, Pn(Plazy { Pseries(60, 0.3, 20) }),
\dur, Pn(Plazy { Pseries(0.03, 0.01, 50) })
);
Pbindef(\b,
\midinote, Pn(Plazy { Pseries(90, -0.3, 20) }),
\dur, Pn(Plazy { Pseries(0.3, -0.01, 20) })
);
)
p = Ptpar([0, Pbindef(\a), 5, Pbindef(\b)]).play
p.stop
Ptpar([0, Pbindef(\a), 5, Pbindef(\b)]).play.originalStream.fastForward(4.5)
Regards
Daniel
-----------------------------
http://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/