[sc-users] Porting a Probabilistic Step Sequencer from MAX - some
conceptual questions
James Harkins
jamshark70 at gmail.com
Wed Jun 6 08:38:52 PDT 2007
But actually you don't even need Pindex.
a = Array.series(16, 0, 1);
p = Pbind(\a, Pseq(a, inf), \delta, 0.5).trace.play(protoEvent:
(play: 0));
a[5] = 100;
a[10] = -15;
// usw.
p.stop;
hjh
On Jun 6, 2007, at 3:33 AM, Christoph Pingel wrote:
>
> Am 06.06.2007 um 4:14 Uhr schrieb James Harkins:
>
>> You can't change it if you hard code the values into the pattern,
>> but the values can be changed if you use the pattern to refer to
>> another object that you change.
>> My slogan: "reference, don't embed."
>>
>
> Sounds like a sound strategy. :-)
>
> I was trying to do that, but didn't see Pindex mentioned...
: H. James Harkins
: jamshark70 at dewdrop-world.net
: http://www.dewdrop-world.net
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.create.ucsb.edu/pipermail/sc-users/attachments/20070606/ec228111/attachment.htm
More information about the sc-users
mailing list