logo       

Re: NRT options Part II: msg#00166

audio.supercollider.devel

Subject: Re: NRT options Part II

Hi Julian,

Thanks. .copy still confuses me a bit, but I think I understand a bit better after your example. Attached is a copy of Score.sc with the changes below.

Josh

Attachment: Score.sc
Description: Binary data


On Aug 19, 2004, at 1:57 PM, Julian Rohrhuber wrote:

sectionlist = Array.new;
list.do { arg item;
if(item[0].inclusivelyBetween(start, end)) {
item = item.copy;
item[0] = item[0] - start;
sectionlist = sectionlist.add(item);
}
};
******************************************
Joshua D. Parmenter
Graduate Student, Music Composition

"...Some people think a composer's supposed to please them, but in a way a composer is a chronicler... He's supposed to report on what he's seen and lived."
-Charles Mingus
_______________________________________________
sc-dev mailing list
sc-dev-Ayv8T2snMLBt9CRQqspbbg@xxxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise