PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> tschwab – creation2 (spencerb take1 edit) at spencerb.net



tschwab – creation2 (spencerb take1 edit)

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

Download MP3

This is my favorite track from tschwab, so I decided to do some minor editing with some free tools available online.

This isn’t anything ridiculous and probably not better than the original track, but a computer is like any other instrument – you can only be as good as the frequency that you practice. So this is a practice run at a tschwab/spencerb collaboration. I’m hoping after finals and after my final project to dig through the song and find some good samples. Look out for the hiphop mix dropping this spring ;) .

[?]
Share This

Related posts:

  1. spencerb – Queen vs. Eminem – Champion Yourself (classic mix)
  2. Exposure (In Transit)
  3. #1 Track of the Week: KiD CuDi – Dat New New (Viking Remix)
  4. LA Riots – Remixes Vol 1
  5. Classmate Mix
  1. Dan Schoppe posted the following on March 12, 2009 at 9:31 pm.

    I liked the hip-hop club sound at ~ 00:45


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It