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

Re: [sc-users] pattern: changing array while looping



Well, Dan, that's a good point. You know, I've never used a List before...

Thanks
-a-
On Sep 22, 2010, at 6:53 PM, Dan Stowell wrote:

Are you thinking of the situation which can be handled by using a List?

a = List[54,56,58];
p = Pbind(\midinote, Pseq(a, inf)).play; // untested
a[1] = 60;

Dan

2010/9/22 Andrea Valle <valle@xxxxxxxxxxx>:
Hi,
I'm sorry.
I guess it is already been asked, anyway, can't find it.
I'd like to reproduce the so typical situation wheren you have a sequencer
playing  (just imagine a grid), and you simply activate/deactivate events on
the grid.
Playback keeps smoothly going on. The event you are inserting will be played
back the first time it will be reached by the tape head, so to say.
Now, I know how to change the stream of a Pbind.
But when I replace it (AFAIK) it starts from the beginning (am I right?).
I think I can do it with a task etc but I wa curious to know what's the
easier way with patternism...
Thanks
Best
-a-

--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.myspace.com/andreavalle
--> http://www.flickr.com/photos/vanderaalle/
-->  http://www.youtube.com/user/vanderaalle
--> andrea.valle@xxxxxxxx
--------------------------------------------------
" This is a very complicated case, Maude. You know, a lotta ins, a lotta
outs, a lotta what-have-yous."
(Jeffrey 'The Dude' Lebowski)






--
http://www.mcld.co.uk

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/


--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--------------------------------------------------
" This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)