<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title></title>
	<atom:link href="http://etc.rheumatictangle.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://etc.rheumatictangle.net</link>
	<description></description>
	<pubDate>Thu, 22 Apr 2010 18:52:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Download Encrypted FLVs</title>
		<link>http://etc.rheumatictangle.net/2010/04/22/how-to-download-encrypted-flvs/</link>
		<comments>http://etc.rheumatictangle.net/2010/04/22/how-to-download-encrypted-flvs/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 18:52:03 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[programs]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[flv]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[mp4]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[rtmpdump]]></category>

		<category><![CDATA[rtmpe]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=395</guid>
		<description><![CDATA[
Ok. First: Don&#8217;t to this. Theoretical exercise. Technical experience. DRM stuff. People getting mad, etc etc etc. 
HOW TO DO IT.
or really&#8230; how I did it because I&#8217;m sure there are a million easier ways. This method involves using terminal and looking at webpage source code, so if those things make you nervous&#8230; uuuhhh&#8230;. sorry.


1. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/picture-5.png"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/picture-5.png" alt="picture-5" title="picture-5" style="width: 100%;" class="alignnone size-full wp-image-397" /></a></p>
<p>Ok. First: Don&#8217;t to this. Theoretical exercise. Technical experience. DRM stuff. People getting mad, etc etc etc. </p>
<p>HOW TO DO IT.<br />
<span style="font-size: 8px;">or really&#8230; how I did it because I&#8217;m sure there are a million easier ways. This method involves using terminal and looking at webpage source code, so if those things make you nervous&#8230; uuuhhh&#8230;. sorry.</span></p>
<ul>
<li>
1. Lets say you&#8217;re watching the Colbert report and you want to download the video thats there. For later, like to watch on the train. Route around in the source and find the asset which makes the video play. Probably has *.swf in there somewhere (but probably not at the end of the string)*. Copy that to your clipboard and then paste it in your location bar. Hit enter.</p>
<li style="padding-left: 20px;">*If it DOES have something like .flv or .mp4 or .mov RIGHT AT THE END of a string - no ? or &#038; or = or fancy stuff - you&#8217;re probably in luck. If it doesn&#8217;t download (or appear to save) right away when you put it into your location bar, then try giving wget in terminal a try. Just simply<br />
<blockquote>wget http://thiswebsite/iwant/tostealavideofrom/thisvideo.mp4</p></blockquote>
</li>
</li>
<li>
2. So now you have a screen which is one big flash player. Hit play if you want, but again: view the source. There&#8217;s another tag in there, probably an object tag, and it has an src attribute. Copy the contents of that SRC attribute to your clipboard.
</li>
<li>
3. Google &#8220;url decoder&#8221; or use your favorite url decoder if you already have one. Paste that src tag into the decoder, decode it. Copy it, paste it into your location bar and hit enter. You get something that looks like an xml document
</li>
<li>
4. Now, if it hasn&#8217;t already (which it probably has) this is where things will begin to vary differently depending upon which service is provided the encrypted stream. Basically, use your brains and eyes to locate the link in this weird xml document that looks like its either linking to an array of resources, or one specific video resource. For Colbert, it looks something like this:</p>
<blockquote><p>http://www.comedycentral.com/comedycentral/video/data/[REDACTED]?uri=mgid:cms:item:comedycentral.com:270712</p></blockquote>
</li>
<li>
5. Copy this resource and put it into your location bar; hit enter. 1 of two things might happen: either 1.) you&#8217;ll be looking at a video for you to download or 2.) you&#8217;ll be looking at a string of resources. Those resources probably begin with the RTMPE or RTMP protocol. Copy the RTMPE protocol location of the video you want to view. Might look like: </p>
<blockquote><p>
rtmpe://[REDACTED]/ondemand/mtvnorigin/gsp.comedystor/com/colbert/season_06/episode_049/cr_06049_04_512&#215;288_625.mp4
</p></blockquote>
</li>
<li>
6. Download, install and use RTMPDUMP to copy this stream to a file: <a href="http://rtmpdump.mplayerhq.hu/">http://rtmpdump.mplayerhq.hu/</a>
</li>
<li>
7. Beer o&#8217;clock
</li>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/04/22/how-to-download-encrypted-flvs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Objects without History</title>
		<link>http://etc.rheumatictangle.net/2010/04/21/objects-without-history/</link>
		<comments>http://etc.rheumatictangle.net/2010/04/21/objects-without-history/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 06:12:19 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[links]]></category>

		<category><![CDATA[mp3s]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[openmusic archive]]></category>

		<category><![CDATA[paulstretch]]></category>

		<category><![CDATA[soundcloud]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=387</guid>
		<description><![CDATA[
   
]]></description>
			<content:encoded><![CDATA[<p><center><br />
<object height="460" width="460"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmike-rugnetta%2Fsets%2Fobjects-without-history&amp;auto_play=false&amp;player_type=artwork&amp;color=000000"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="460" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmike-rugnetta%2Fsets%2Fobjects-without-history&amp;auto_play=false&amp;player_type=artwork&amp;color=000000" type="application/x-shockwave-flash" width="460"></embed></object>  </center></p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/04/21/objects-without-history/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Loveland</title>
		<link>http://etc.rheumatictangle.net/2010/04/19/loveland/</link>
		<comments>http://etc.rheumatictangle.net/2010/04/19/loveland/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 05:43:27 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[programs]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[loveland]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=377</guid>
		<description><![CDATA[
 + 

I&#8217;m doing some work for an old and great pal, Jerry Pfaffendorf. His latest venture is a website where civilians are able to purchase square inches of land in Detroit for $1, and are able to do whatever they want with said land, with the obvious restriction that &#8230; well&#8230; it&#8217;s in Detroit. [...]]]></description>
			<content:encoded><![CDATA[<p><center><br />
<img src="http://rugnetta.com/images/magick/001-grid.png" style="width: 220px"> + <img src="http://rugnetta.com/images/magick/field.jpg" style="width: 220px"><br />
</center></p>
<p>I&#8217;m doing some work for an old and great pal, Jerry Pfaffendorf. His latest venture is a website where civilians are able to purchase square inches of land in Detroit for $1, and are able to do whatever they want with said land, with the obvious restriction that &#8230; well&#8230; it&#8217;s in Detroit. We&#8217;re hoping to solve a bunch of the proximity troubles through some internet hackatation and clevervility; we&#8217;ll see how it goes.</p>
<p>The end goal is a robust and sweet looking AR setup, but right now Jerry and some pals are just working on getting the camera going (an iPhone hooked up to a solar charged battery. The phone runs custom software which takes a photo and uploads it to flickr every couple minutes). Once thats up, I&#8217;ll be coding some simple image overlays so people can see how their inches measure up (har har!) IRL. </p>
<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/picture-2.png"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/picture-2.png" alt="picture-2" style="width: 75%; float: left;" /></a>So, right now the recipe is something like flickr api, imagick, php and maybe some perl. Not to mention Lovelands own little URL based Api. Before long we&#8217;re talking some avidemux and ffmpeg, which I&#8217;m psyched about. More on this stuff when I&#8217;m not so pooped and there are slightly prettier images to look at.<br />
<br />
<img src="http://rugnetta.com/images/magick/final.jpg" style="width: 100%;"></p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/04/19/loveland/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recently Penned Over-Wrought Potential Songtitles</title>
		<link>http://etc.rheumatictangle.net/2010/04/05/recently-penned-over-wrought-potential-songtitles/</link>
		<comments>http://etc.rheumatictangle.net/2010/04/05/recently-penned-over-wrought-potential-songtitles/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 21:43:04 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[meaningless]]></category>

		<category><![CDATA[songtitles]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=371</guid>
		<description><![CDATA[

i hear myself in this
if not now, when?
if i can forgive myself one thing, let it be this
memories of things which have no history (or something along these lines) 
it comes and then probably, yeah : it goes.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/3205070248_99302f00e6_o.jpg"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/3205070248_99302f00e6_o.jpg" alt="Photo by http://www.flickr.com/photos/valerianasolaris/" title="Photo by http://www.flickr.com/photos/valerianasolaris/" style="width: 100%;" class="size-full wp-image-372" /></a></p>
<ul>
<li>i hear myself in this</li>
<li><a href="http://en.wikipedia.org/wiki/If_Not_Now,_When%3F">if not now, when?</a></li>
<li>if i can forgive myself one thing, let it be this</li>
<li>memories of things which have no history (or something along these lines) </li>
<li>it comes and then probably, yeah : it goes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/04/05/recently-penned-over-wrought-potential-songtitles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just Some Notes</title>
		<link>http://etc.rheumatictangle.net/2010/04/04/just-some-notes/</link>
		<comments>http://etc.rheumatictangle.net/2010/04/04/just-some-notes/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 07:18:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[meaningless]]></category>

		<category><![CDATA[5 sisters]]></category>

		<category><![CDATA[forwards\backwards]]></category>

		<category><![CDATA[relativeity]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=366</guid>
		<description><![CDATA[ photo by crunchcandy.
The First.
A man who is able to - and perhaps compulsively does - take notes of every occurrence within his immediate surroundings. That is to say, he able within the span of one minute to record the entirety of that minutes happenings restricted on to his current locus. Does this ability betray [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/4376708570_6ca3483c9d_b.jpg"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/04/4376708570_6ca3483c9d_b.jpg" alt="4376708570_6ca3483c9d_b" title="4376708570_6ca3483c9d_b" style="width: 100%" class="alignnone size-full wp-image-367" /></a> <br />photo by <a href="http://www.flickr.com/photos/crunchcandy">crunchcandy</a>.</p>
<h2>The First.</h2>
<p>A man who is able to - and perhaps compulsively does - take notes of every occurrence within his immediate surroundings. That is to say, he able within the span of one minute to record the entirety of that minutes happenings restricted on to his current locus. Does this ability betray further special skills: Time travel? Extremely quick handwriting? Omniscience? Perhaps the man is not a normal man, but perhaps he is. Were he not a normal man, who would he be&#8230; God, perhaps? Were he a &#8220;normal&#8221; man, it&#8217;s rather unlikely you&#8217;d welcome such hurried scribblings as anything of import.</p>
<p>Not the Library of Babel, The Author of The Library of Babel.</p>
<p>A chorus which counts off the seconds, minutes and hours related to his note taking. A clock which keeps time / tempo. A clock like one of those old train time-table clocks, with the numbers made of slats which fall into one another. This is the sound which keeps the time. Sync&#8217;d to midi, probably. An ensemble, as well.</p>
<p>Does this man live on the train? Probably not.</p>
<h2>The Second.</h2>
<ul>
<li>A band begins to play.</li>
<li>A video cassette is inserted into a VCR</li>
<li>Play is pushed</li>
<li>The very first images on the screen are perfectly in time with the music</li>
</ul>
<h2>The Third</h2>
<p>5 sisters.<br />
4 Porn Stars.</p>
<p>And an irrational fear of the mundane.</p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/04/04/just-some-notes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tube Oscillator, Quadrafuzz, Amp, Max</title>
		<link>http://etc.rheumatictangle.net/2010/02/24/tube-oscillator-quadrafuzz-amp-max/</link>
		<comments>http://etc.rheumatictangle.net/2010/02/24/tube-oscillator-quadrafuzz-amp-max/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:14:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[mp3s]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[objects]]></category>

		<category><![CDATA[hilary]]></category>

		<category><![CDATA[maxmsp]]></category>

		<category><![CDATA[quadrafuzz]]></category>

		<category><![CDATA[tube oscillator]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=351</guid>
		<description><![CDATA[
Been working on some stuff for Hilary which has involved much building and modding - bought a quadrafuzz kit from PAiA and then an old tube oscillator from an electronics chop shop a few neighborhoods over. Added some mods to it so its studio-friendly and finally got the whole thing plugged in and running today [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/picture-19.png"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/picture-19.png" alt="WHAT A MESS!" title="First draft." style="width: 100%;" class="alignnone size-full wp-image-352" /></a><br/><br/><br />
Been working on some stuff for Hilary which has involved much building and modding - bought a quadrafuzz kit from PAiA and then an old tube oscillator from an electronics chop shop a few neighborhoods over. Added some mods to it so its studio-friendly and finally got the whole thing plugged in and running today after some patching last night. These are the first sounds of the whole system. <Br/><br/><br />
<a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/img_0509.jpg"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/img_0509.jpg" alt="picture-19" title="picture-19" style="width: 33%;" class="alignnone size-full wp-image-352" /></a><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/img_0510.jpg"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/img_0510.jpg" alt="picture-19" title="picture-19" style="width: 33%;" class="alignnone size-full wp-image-352" /></a><a href="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/img_0516.jpg"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/img_0516.jpg" alt="picture-19" title="picture-19" style="width: 33%;" class="alignnone size-full wp-image-352" /></a><br />
<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/02/24/tube-oscillator-quadrafuzz-amp-max/feed/</wfw:commentRss>
<enclosure url="http://etc.rheumatictangle.net/wp-content/uploads/2010/02/ampdsinemaxd.mp3" length="2003069" type="audio/mpeg" />
		</item>
		<item>
		<title>Convolve Blur</title>
		<link>http://etc.rheumatictangle.net/2010/01/19/convolve-blur/</link>
		<comments>http://etc.rheumatictangle.net/2010/01/19/convolve-blur/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 05:59:46 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[jitter]]></category>

		<category><![CDATA[selective memory]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=348</guid>
		<description><![CDATA[Working on a new piece for Brian and Madeline at the Chocolate Factory. At the tail of a night filled with shooting bandits and discussing the finer points of having to deal with a plague of hummingbirds, some videos got made testing a few ideas related to distorting video using sound. They follow directly.



]]></description>
			<content:encoded><![CDATA[<p>Working on a new piece for Brian and Madeline at the Chocolate Factory. At the tail of a night filled with shooting bandits and discussing the finer points of having to deal with a plague of hummingbirds, some videos got made testing a few ideas related to distorting video using sound. They follow directly.</p>
<p><object width="460" height="345"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8833375&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8833375&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="460" height="345"></embed></object><br />
<br /><br/><br />
<object width="460" height="345"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8833378&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8833378&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="460" height="345"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2010/01/19/convolve-blur/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More 7 Things Comments (and a book)</title>
		<link>http://etc.rheumatictangle.net/2009/12/03/more-7-things-comments-and-a-book/</link>
		<comments>http://etc.rheumatictangle.net/2009/12/03/more-7-things-comments-and-a-book/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:19:03 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[programs]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[7 things]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[lulu]]></category>

		<category><![CDATA[miley]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=344</guid>
		<description><![CDATA[
Managed to get upwards of about 10,000 comments from the 7 Things comment feed in clean XML. Worked with Patrick for a little to get it all styled and looking somewhat pleasant in XML. There is this somewhat unpleasant PDF&#8230;  but if you want to be one of the cool kids you should totally [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2009/12/picture-1.png"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2009/12/picture-1.png" alt="picture-1" title="picture-1" style="width:100%;" class="alignnone size-full wp-image-345" /></a></p>
<p>Managed to get upwards of about 10,000 comments from the 7 Things comment feed in clean XML. Worked with Patrick for a little to get it all styled and looking somewhat pleasant in XML. There is this <a href='http://etc.rheumatictangle.net/wp-content/uploads/2009/12/500comments_12_3_09.pdf'>somewhat unpleasant PDF</a>&#8230;  but if you want to be one of the cool kids you should totally <a href="http://www.lulu.com/content/paperback-book/500comments_12_3_09/8021879">BUY THE EFFING LULU BOOK WE MADE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2009/12/03/more-7-things-comments-and-a-book/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Fade Up / Fade In using QLab</title>
		<link>http://etc.rheumatictangle.net/2009/12/01/how-to-fade-up-fade-in-using-qlab/</link>
		<comments>http://etc.rheumatictangle.net/2009/12/01/how-to-fade-up-fade-in-using-qlab/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:49:09 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[meaningless]]></category>

		<category><![CDATA[fades]]></category>

		<category><![CDATA[I'm dumb]]></category>

		<category><![CDATA[qlab]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=342</guid>
		<description><![CDATA[I have had to do this like a million times in the last 2 years and if I put any considerable amount times between instances, I always completely forget. Fade ins in QLab are the most ass backwards designed, pain in the ass to remember feature in an otherwise elegantly and well designed program. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I have had to do this like a million times in the last 2 years and if I put any considerable amount times between instances, I always <i>completely forget</i>. Fade ins in QLab are the most ass backwards designed, pain in the ass to remember feature in an otherwise elegantly and well designed program. It&#8217;s not hard - but for me, for some reason - its stupid-hard to remember. </p>
<p>So here&#8217;s a step by step set of instructions, just as much for me (cause I just figured it out after 20 minutes of grinding my teeeth) as for anyone else.</p>
<ul>
<li>Create a Sound Cue</i>
<li>Create a Fade Cue after the Sound Cue</li>
<li>Drop the Sound Cue into the Fade Cue</li>
<li>Set the Sound Cue&#8217;s MASTER FADE LEVEL to -INF</li>
<li>Set the Fade Cue&#8217;s levels to where you would like the volume to fade up to</li>
<li>Make sure the fade is set to ABSOLUTE</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2009/12/01/how-to-fade-up-fade-in-using-qlab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I have been trying to leave ASCAP for almost two years now and they pretty much just WILL NOT LET ME.</title>
		<link>http://etc.rheumatictangle.net/2009/12/01/i-have-been-trying-to-leave-ascap-for-almost-two-years-now-and-they-pretty-much-just-will-not-let-me/</link>
		<comments>http://etc.rheumatictangle.net/2009/12/01/i-have-been-trying-to-leave-ascap-for-almost-two-years-now-and-they-pretty-much-just-will-not-let-me/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:12:09 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
		<category><![CDATA[im funny]]></category>

		<category><![CDATA[meaningless]]></category>

		<category><![CDATA[ascap]]></category>

		<guid isPermaLink="false">http://etc.rheumatictangle.net/?p=339</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://etc.rheumatictangle.net/wp-content/uploads/2009/12/sinking_ship.jpg"><img src="http://etc.rheumatictangle.net/wp-content/uploads/2009/12/sinking_ship-300x201.jpg" alt="STAY THE FUCK INSIDE THAT SINKING SHIP" title="STAY THE FUCK INSIDE THAT SINKING SHIP" style="width: 100%;" class="alignnone size-medium wp-image-340" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://etc.rheumatictangle.net/2009/12/01/i-have-been-trying-to-leave-ascap-for-almost-two-years-now-and-they-pretty-much-just-will-not-let-me/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
