{"id":85,"date":"2007-04-24T20:41:50","date_gmt":"2007-04-24T18:41:50","guid":{"rendered":"http:\/\/www.berkeleynoise.com\/celesteh\/podcast\/?p=85"},"modified":"2007-04-24T20:51:54","modified_gmt":"2007-04-24T18:51:54","slug":"shorts-21-anarchy-and-rapture","status":"publish","type":"post","link":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/2007\/04\/shorts-21-anarchy-and-rapture\/","title":{"rendered":"Shorts: #21 Anarchy and Rapture"},"content":{"rendered":"<p><a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\"><img decoding=\"async\" src=\"http:\/\/www.berkeleynoise.com\/celesteh\/images\/play.gif\" width = 12 height = 12 alt=\"[play]\"\/>Shorts: #21 Anarchy and Rapture<\/a> (2007)<\/p>\n<p>Commissioned and titled by Polly Moller in memory of Leigh Ann Hussey, who died tragically in a motorcycle accident on May 16, 2006.<\/p>\n<p>I didn&#8217;t ever meet Leigh Ann, but I typed her name into google and found a <a href=\"http:\/\/nithaus.org\/LA\/\">memorial<\/a>.  It was clear right away that I would have liked her.  Polly said, &#8220;she was like a pillar of fire,&#8221; the god of Moses.  I&#8217;ve been reading a <a href=\"http:\/\/slacktivist.typepad.com\/slacktivist\/left_behind\/index.html\">deconstruction of the Left Behind<\/a> books from an evangelical who is as appalled by them as I am.  The series is essentially about death, which comes for us all.  A mystery we fear and around which we grope for meaning.  In <i><a href=\"http:\/\/www.powells.com\/biblio\/7-9780679742449-1\">How We Die<\/a><\/i>, Sherwin B. Nuland argues that death is what gives life meaning.  We feel urgency to act and to create because we know it&#8217;s not forever.<\/p>\n<p>But despite the meaning that death gives our lives, despite the necessity of entropy in the creation of life and it&#8217;s inherent implication of destruction, despite the beautiful simplicity, it still feels like a theft.  I never knew Leigh Ann, but I&#8217;ve known many who have passed.  Every time, I ask the same question.  I know the answer, but I don&#8217;t feel it.<\/p>\n<p>To create this piece, I recorded myself screaming and then convolved it with some impulses generated by SuperCollider.  (The code is below.)  I used Audacity to pitch shift some of the versions of this file and mixed them with sounds from my synthesizer.<\/p>\n<p><!--more-->  <\/p>\n<h4>Code<\/h4>\n<p>The SuperCollider code requires <a href=\"http:\/\/www.celesteh.com\/~celesteh\/music\/wesleyan\/Locator.sc\">Locator.sc<\/a>.  (If you already have this file, you should re-download it, as I found two bugs while working on this.)  It computes phase delays and amplitude differences for stereo spatilaization.<\/p>\n<pre>\r\nSynthDef(\"spatial-subliminal-impulse\", {arg out = 0, gate = 1, min_repeats = 10000, \r\n\t\t\t\t\t\t\tmax_repeats = 20000, delay_time_left, \r\n\t\t\t\t\t\t\tdelay_time_right, left_amp, right_amp;\r\n\r\n\tvar env, white, ir, left, right;\r\n\r\n\tenv = EnvGen.kr(Env.adsr(0.001, 0.001, 1, 0.001, 1, -4), gate, doneAction:2);\r\n\r\n\twhite = WhiteNoise.ar;\r\n\twhite = white * (max_repeats - min_repeats);\r\n\twhite = white + min_repeats;\r\n\twhite = white.abs;\r\n\r\n\tir = Dust.ar(white);\r\n\r\n\tleft = DelayC.ar(ir, 0.05, delay_time_left) * left_amp * env;\r\n\tright = DelayC.ar(ir, 0.05, delay_time_right) * right_amp * env;\r\n\r\n\tOut.ar(out, [left, right]);\r\n\t\r\n}).store;\r\n\r\n\r\n(\r\n\r\n\tvar loc, min, max, amp, pb;\r\n\r\n\tmin = 100;\r\n\tmax = 200;\r\n\tamp = 0.9;\r\n\r\n\tloc = Locator.new;\r\n\tpb = Pbind(\r\n\t\r\n\t\t\\instrument, \tPseq([\"spatial-subliminal-impulse\"], 60),\r\n\t\t\\min_repeats,\tPfunc({ min \/ 5 }),\r\n\t\t\\max_repeats,\tPfunc({ max \/5 }),\r\n\t\t\\dur,\t\tPfunc({0.5 + 0.5.rand }),\r\n\t\t[\\left_distsance, \\left_delay_time, \\left_amp,\r\n\t\t\t\\right_distance, \\right_delay_time, \\right_amp],\r\n\t\t\t\t\tPfunc({ loc.get_stereo_information(loc.right_speaker.rand, \r\n\t\t\t\t\t\tloc.right_speaker.rand, amp \/ 5) }) \r\n\t\t\t\r\n\t\t);\r\n\r\n\t\r\n\tPtpar([0, pb, 0, pb, 0, pb, 0, pb]).play\r\n\t\r\n)\r\n<\/pre>\n<div class=\"powerpress_player\" id=\"powerpress_player_1011\"><a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\" title=\"Play\" onclick=\"return powerpress_embed_html5a('1011','http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3');\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-content\/plugins\/powerpress\/play_audio.png\" title=\"Play\" alt=\"Play\" style=\"border:0;\" width=\"23px\" height=\"24px\" \/><\/a><\/div>\n<p class=\"powerpress_links powerpress_links_mp3\" style=\"margin-bottom: 1px !important;\">Podcast: <a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\" class=\"powerpress_link_pinw\" target=\"_blank\" title=\"Play in new window\" onclick=\"return powerpress_pinw('https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/?powerpress_pinw=85-podcast');\" rel=\"nofollow\">Play in new window<\/a> | <a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\" class=\"powerpress_link_d\" title=\"Download\" rel=\"nofollow\" download=\"polly3.mp3\">Download<\/a> (1.0MB)<\/p>","protected":false},"excerpt":{"rendered":"<p>Shorts: #21 Anarchy and Rapture (2007) Commissioned and titled by Polly Moller in memory of Leigh Ann Hussey, who died tragically in a motorcycle accident on May 16, 2006. I didn&#8217;t ever meet Leigh Ann, but I typed her name into google and found a memorial. It was clear right away that I would have [&hellip;]<\/p>\n<div class=\"powerpress_player\" id=\"powerpress_player_1012\"><a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\" title=\"Play\" onclick=\"return powerpress_embed_html5a('1012','http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3');\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-content\/plugins\/powerpress\/play_audio.png\" title=\"Play\" alt=\"Play\" style=\"border:0;\" width=\"23px\" height=\"24px\" \/><\/a><\/div>\n<p class=\"powerpress_links powerpress_links_mp3\" style=\"margin-bottom: 1px !important;\">Podcast: <a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\" class=\"powerpress_link_pinw\" target=\"_blank\" title=\"Play in new window\" onclick=\"return powerpress_pinw('https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/?powerpress_pinw=85-podcast');\" rel=\"nofollow\">Play in new window<\/a> | <a href=\"http:\/\/www.berkeleynoise.com\/celesteh\/mp3s\/2007\/shorts\/polly3.mp3\" class=\"powerpress_link_d\" title=\"Download\" rel=\"nofollow\" download=\"polly3.mp3\">Download<\/a> (1.0MB)<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[47,28,51,4,50,8,5],"tags":[],"class_list":["post-85","post","type-post","status-publish","format-standard","hentry","category-47","category-celesteh","category-commission","category-noise","category-short-attention-span","category-supercollider","category-synthesizer"],"_links":{"self":[{"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/posts\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":0,"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/posts\/85\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/media?parent=85"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/categories?post=85"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.berkeleynoise.com\/celesteh\/podcast\/wp-json\/wp\/v2\/tags?post=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}