I'll take that! Especially since, as this info says:

<x-tad-bigger>"Because [Cousin Itt] was extremely hard to understand Gomez remarked that he could 'become a rock and roll singer. However, if you can get past his accent, he made perfect sense.' Surprisingly, Itt had an IQ of 320...with his shoes on"

m

</x-tad-bigger>

On Jul 9, 2005, at 12:28 AM, Lanny Quarles wrote:

its interesting of course, but through my own poverty of association
i get mainly the idea that you've reinvented the language of Cousin It..

lq


----- Original Message -----
From: "mwp" <[EMAIL PROTECTED]>
To: <WRYTING-L@listserv.utoronto.ca>
Sent: Saturday, July 09, 2005 12:18 AM
Subject: babydaddy


babydaddy
2005

A deliberately crude – (okay, maybe only half deliberate) -- attempt at programming a noise gate, inflicted upon
Sylvia Plath’s classic reading of Daddy.

http://www.kunst.no/bjornmag/mpphp2004/SPDaddy012005.mov
(Audio file: 9.5MB)

thrx = 0.05; % THRESHOLD VAL
sizx = size(sxxx);
zxxx = zeros(sizx);
xx = 1;
for ii = 2:sizx
if abs(sxxx(ii,:)) > thrx
zxxx(xx, :) = abs(sxxx(ii, :));
xx = xx + 1;
end
end


Reply via email to