Re: [sc-users] proxyspace // using Pbindef property

[email protected]
Newsgroups gmane.comp.audio.supercollider.user
Message-ID <trinity-4db7d16d-7114-4bd0-9176-eae3d4279b7b-1616337427381@msvc-mesg-gmx121>
You could separate the two, create

`\basicrate,Pseq([2,0.2,0.5],inf),

and then

`~track1.map (\rate, \basicrate.value * ~mousey )

Cheers,
eddi
https://soundcloud.com/all-n4tural/sets/spotlight
https://alln4tural.bandcamp.com

On 21/03/2021, 15:02 [email protected] wrote:

hey everyone, hope you are all doing good. I have a question about proxyspace mapping I have a simple buffer player and this is its pattern

(Pbindef(\track1,

\instrument, \vplaym,

\buf, d["bd"][0],

\dur , 1,

\atk, 0.01,

\rel,1,

\pos, 0,

\pan, 0,

\rate,Pseq([2,0.2,0.5],inf),

\amp,0.2

))

~track1.play

~track1= Pdef(\track1)

And I have some modulation that I mapped to \rate

~mousey = {MouseY.kr(0.1,3,lag:0.1)}

~track1.map(\rate, ~mousey )

I am modulating \rate with another proxy and it works fine by overriding the pattern thats allready there, I want to be able to use the pattern too

something like this,

~track1.map(\rate, \rate.value * ~mousey )

is there any way to this kind of operation?

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.