[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Pattern Triggering Key



one way is this:


Psetp(
	\freq, Pwhite(400, 900, inf), 
	Pbind(
		\dur, Pseq([0.2, 0.4, 0.5], 1)
	)
).play;


> On 18. Dec 2019, at 04:40, bobby.donnegan@xxxxxxxxx wrote:
> 
> 
> Hi there -
> 
> Pbind(
> \freq, Pwhite(400, 900, inf),
> \dur, Pseq([0.2, 0.4, 0.5], inf)
> ).play;
> 
> I would like to take the Pseq that is giving values to the \dur key
> and, when it finishes each repetition, use it to trigger a new value
> in the \freq key... instead of the \freq key giving new values at each
> event.  Is there a type of object that does "end-of-pattern triggers"
> or something to that effect?
> 
> Thanks,
> Bobby
> 
> _______________________________________________
> 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/



_______________________________________________
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/