<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>SOUNDCLOUDEMAILTWITTERFACEBOOKMYSPACE
// delete this script tag and use a "div.mce_inline_error{ XXX !important}" selector
// or fill this in and it will be inlined when errors are generated
var mc_custom_error_style = '';


	
JOIN EMAIL LIST 
		
			
			
		
		
	


var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState &amp;&amp; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == 'complete') mce_preload_check();
        }    
    }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: ERROR_BGCOLOR none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: ERROR_COLOR;';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
  style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
} else {
  style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);

var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks&gt;40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    try {
        var validatorLoaded=$("#fake-form").validate({});
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    $(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
      options = { url: 'http://whaleheartrecords.us1.list-manage1.com/subscribe/post-json?u=d186069025d57b1299251ad29&amp;id=81d3e1fab9&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                    beforeSubmit: function(){
                        $('#mce_tmp_error_msg').remove();
                        $('.datefield','#mc_embed_signup').each(
                            function(){
                                var txt = 'filled';
                                var fields = new Array();
                                var i = 0;
                                $(':text', this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                $(':hidden', this).each(
                                    function(){
                                    	if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                    		this.value = '';
									    } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                    		this.value = '';
									    } else {
	                                        this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                    }
                                    });
                            });
                        return mce_validator.form();
                    }, 
                    success: mce_success_cb
                };
      $('#mc-embedded-subscribe-form').ajaxForm(options);      
      
    });
}
function mce_success_cb(resp){
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
        $('#mce-'+resp.result+'-response').show();
        $('#mce-'+resp.result+'-response').html(resp.msg);
        $('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $('#mce-'+resp.result+'-response').show();
                $('#mce-'+resp.result+'-response').html(msg);            
            } else {
                err_id = 'mce_tmp_error_msg';
                html = ' '+msg+'';
                
                var input_id = '#mc_embed_signup';
                var f = $(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $('#mce-'+resp.result+'-response').show();
                    $('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            $('#mce-'+resp.result+'-response').show();
            $('#mce-'+resp.result+'-response').html(msg);
        }
    }
}

</description><title>PCFC THTR</title><generator>Tumblr (3.0; @pacifictheater)</generator><link>http://blog.pacifictheatermusic.com/</link><item><title>Released!</title><description>&lt;a href="http://store.whaleheartrecords.com/album/warm-light"&gt;Released!&lt;/a&gt;: &lt;p&gt;Our second album “Warm Light” is now available digitally on the Whale Heart Records store and on iTunes and Amazon!&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/9918091316</link><guid>http://blog.pacifictheatermusic.com/post/9918091316</guid><pubDate>Wed, 07 Sep 2011 10:36:24 -0400</pubDate><category>warm light</category><category>mp3</category><category>digital release</category><category>music</category><category>band</category><category>synths</category><category>brooklyn</category></item><item><title>Last show of the summer with our incredible friends Lyonnais...</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_lq311wDOXE1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Last show of the summer with our incredible friends Lyonnais from Atlanta! Click the pic for tickets and info.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/9042634291</link><guid>http://blog.pacifictheatermusic.com/post/9042634291</guid><pubDate>Wed, 17 Aug 2011 13:10:44 -0400</pubDate></item><item><title>The Weight &amp; Festival. Our new video for the first two songs...</title><description>&lt;iframe src="http://player.vimeo.com/video/26902969?byline=0&amp;portrait=0&amp;color=f09400&amp;autoplay=1" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;The Weight &amp; Festival. Our new video for the first two songs off our upcoming record “Warm Light”!&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/8084934550</link><guid>http://blog.pacifictheatermusic.com/post/8084934550</guid><pubDate>Tue, 26 Jul 2011 09:42:17 -0400</pubDate><category>warm light</category><category>the weight</category><category>festival</category><category>synth</category><category>dance</category><category>music</category><category>brooklyn</category><category>electronic</category><category>indie</category><category>video</category><category>music video</category><category>performance</category></item><item><title>Video coming soon.</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lopbd6ImhF1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video coming soon.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/7897802469</link><guid>http://blog.pacifictheatermusic.com/post/7897802469</guid><pubDate>Thu, 21 Jul 2011 16:53:30 -0400</pubDate></item><item><title>Playing with our friends. Synth jams and a light show....</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_lon2cgBniY1qzoai2o1_r2_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Playing with our friends. Synth jams and a light show. Let’s do this.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/7845860108</link><guid>http://blog.pacifictheatermusic.com/post/7845860108</guid><pubDate>Wed, 20 Jul 2011 11:43:00 -0400</pubDate></item><item><title>Here’s the first track we’re sharing from our new...</title><description>&lt;embed type="application/x-shockwave-flash" src="http://assets.tumblr.com/swf/audio_player_black.swf?audio_file=http://www.tumblr.com/audio_file/6971705210/tumblr_lnfbd8fJAy1qzoai2&amp;color=FFFFFF&amp;logo=soundcloud" height="27" width="207" quality="best" wmode="opaque"&gt;&lt;/embed&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here’s the first track we’re sharing from our new record “Warm Light”. It’s called &lt;i&gt;More Motor&lt;/i&gt; and we think it’s pretty badass.  “Warm Light” will be released September 6th, on Whale Heart Records.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/6971705210</link><guid>http://blog.pacifictheatermusic.com/post/6971705210</guid><pubDate>Mon, 27 Jun 2011 08:00:06 -0400</pubDate></item><item><title>Warm Light album art, probably.</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ljvrb8HR6F1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Warm Light album art, probably.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/4738134928</link><guid>http://blog.pacifictheatermusic.com/post/4738134928</guid><pubDate>Mon, 18 Apr 2011 23:35:32 -0400</pubDate></item><item><title>Funny, cause it’s true. Thanks to James Gannon for this.</title><description>&lt;img src="http://28.media.tumblr.com/tumblr_ljc9dnwllT1qzoai2o1_250.gif"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Funny, cause it’s true. Thanks to James Gannon for this.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/4441567939</link><guid>http://blog.pacifictheatermusic.com/post/4441567939</guid><pubDate>Fri, 08 Apr 2011 10:53:47 -0400</pubDate></item><item><title>"Anyone having any interest in music should make sure that they are doing their part to either make..."</title><description>“Anyone having any interest in music should make sure that they are doing their part to either make it well or listen to it well. And also if they haven’t lately tried dancing to live music to maybe give that a try again because dancing to records is fine but when you dance with music being made in your midst, you can actually become a participant in the creating of the music.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Daniel Higgs - &lt;a href="http://digboston.com/listen/2011/04/interview-with-daniel-higgs/" target="_blank"&gt;DigBoston&lt;/a&gt; (via &lt;a href="http://yvynyl.tumblr.com/" class="tumblr_blog" target="_blank"&gt;yvynyl&lt;/a&gt;)

&lt;p&gt;Love Daniel Higgs and love this quote.&lt;/p&gt;&lt;/em&gt;</description><link>http://blog.pacifictheatermusic.com/post/4391009859</link><guid>http://blog.pacifictheatermusic.com/post/4391009859</guid><pubDate>Wed, 06 Apr 2011 14:45:32 -0400</pubDate></item><item><title>Practice pt.3</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_livt30L3kB1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Practice pt.3&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/4211835301</link><guid>http://blog.pacifictheatermusic.com/post/4211835301</guid><pubDate>Wed, 30 Mar 2011 13:40:12 -0400</pubDate></item><item><title>Practice pt.2</title><description>&lt;img src="http://28.media.tumblr.com/tumblr_livt2dQiLa1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Practice pt.2&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/4211829380</link><guid>http://blog.pacifictheatermusic.com/post/4211829380</guid><pubDate>Wed, 30 Mar 2011 13:39:49 -0400</pubDate></item><item><title>Practice pt.1</title><description>&lt;img src="http://30.media.tumblr.com/tumblr_livt1srYFU1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Practice pt.1&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/4211822981</link><guid>http://blog.pacifictheatermusic.com/post/4211822981</guid><pubDate>Wed, 30 Mar 2011 13:39:28 -0400</pubDate></item><item><title>Want. Much much much want.</title><description>&lt;img src="http://30.media.tumblr.com/tumblr_liutt1PQpZ1qzwlzro1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Want. Much much much want.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/4211784375</link><guid>http://blog.pacifictheatermusic.com/post/4211784375</guid><pubDate>Wed, 30 Mar 2011 13:37:10 -0400</pubDate></item><item><title>whaleheartrecords:

Scenes from Pacific Theater rehearsal. The...</title><description>&lt;img src="http://26.media.tumblr.com/tumblr_livreypcbS1qze6ejo1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://25.media.tumblr.com/tumblr_livreypcbS1qze6ejo4_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://24.media.tumblr.com/tumblr_livreypcbS1qze6ejo3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a href="http://blog.whaleheartrecords.com/post/4211249117" class="tumblr_blog" target="_blank"&gt;whaleheartrecords&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Scenes from Pacific Theater rehearsal. The band are currently preparing for a string of New York shows in April where they’ll be debuting material from their recently finished record, Warm Light. First up, &lt;a href="http://www.mercuryloungenyc.com/" target="_blank"&gt;Mercury Lounge&lt;/a&gt;, Sunday, April 3rd. Photos shot by DR on a G10.&lt;/p&gt;&lt;/blockquote&gt;</description><link>http://blog.pacifictheatermusic.com/post/4211696717</link><guid>http://blog.pacifictheatermusic.com/post/4211696717</guid><pubDate>Wed, 30 Mar 2011 13:31:51 -0400</pubDate></item><item><title>And another one!</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_li28n6aClx1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;And another one!&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/3858476808</link><guid>http://blog.pacifictheatermusic.com/post/3858476808</guid><pubDate>Mon, 14 Mar 2011 14:28:18 -0400</pubDate></item><item><title>We’re baaaaack!</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_li28m3ITOm1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;We’re baaaaack!&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/3858465868</link><guid>http://blog.pacifictheatermusic.com/post/3858465868</guid><pubDate>Mon, 14 Mar 2011 14:27:39 -0400</pubDate></item><item><title>Kevin whips up some GTR magic for the end of Warm Light.</title><description>&lt;iframe width="400" height="325" src="http://www.youtube.com/embed/crNlp0aPFAc?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Kevin whips up some GTR magic for the end of Warm Light.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/2962749391</link><guid>http://blog.pacifictheatermusic.com/post/2962749391</guid><pubDate>Thu, 27 Jan 2011 15:20:59 -0500</pubDate></item><item><title>Things that look like faces in the recording studio, part 4.</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lfi7mxytOw1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Things that look like faces in the recording studio, part 4.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/2901889847</link><guid>http://blog.pacifictheatermusic.com/post/2901889847</guid><pubDate>Sun, 23 Jan 2011 20:46:19 -0500</pubDate></item><item><title>Things that look like faces in the recording studio, part 3.</title><description>&lt;img src="http://30.media.tumblr.com/tumblr_lfi7kf4HfI1qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Things that look like faces in the recording studio, part 3.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/2901864886</link><guid>http://blog.pacifictheatermusic.com/post/2901864886</guid><pubDate>Sun, 23 Jan 2011 20:45:29 -0500</pubDate></item><item><title>Things that look like faces in the recording studio, part 2.</title><description>&lt;img src="http://28.media.tumblr.com/tumblr_lfhvk2Vm331qzoai2o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Things that look like faces in the recording studio, part 2.&lt;/p&gt;</description><link>http://blog.pacifictheatermusic.com/post/2897712566</link><guid>http://blog.pacifictheatermusic.com/post/2897712566</guid><pubDate>Sun, 23 Jan 2011 16:26:12 -0500</pubDate></item></channel></rss>

