
Duncan Sheik
Whisper House
2009, RCA Vicor
pop, indie
Released on the heels of his successful compositions for the Tony award-winning play Spring Awakening, Duncan Sheik’s newest Whisper House doesn’t seem all that different from a Broadway recording. Sheik’s storytelling techniques are spot-on and rather inventive at times; “The Tale of Solomon Snell” sing-song quality is a good example of how engaging Sheik’s lyrical stories can be. In fact, Sheik has stated that this album is an exploration of the songs used in his new play also entitled Whisper House.
Yet it’s these obvious Broadway tendencies that detract from this album. Other than some good lyrics, the songs are lackluster; in all honesty, one could describe all Sheik’s albums as relatively ‘lackluster’ but I’m trying to be objective. Essentially, Whisper House sounds like a play, and not in the good way that ‘rock operas’ or even ‘concept albums’ sound.
Great plus: Holly Brook of “Where’d You Go?” fame (remember the song by Fort Minor aka Mike Shinoda aka the dude who raps in Linkin Park) sings backup vocals on the album. Her voice is just great.
“Tale of Solomon Snell,” “It’s Better To Be Dead,” “I Don’t Believe In You.”
myspace, last.fm
Copeland’s You Are My Sunshine, Neverending White Lights’s Act I: Goodbye Friends of the Heavenly Bodies
Tags: act 1, copeland, duncan sheik, goodbye to the heavenly bodies, neverending white lights, whisper house, you are my sunshine





Great record! Duncan’s a cool songwriter. Holly Brook makes some nice vocal additions. Nice review!
'.$meta_box['title'].'
'; echo''; echo''; } } function create_meta_box() { global $theme_name; if ( function_exists('add_meta_box') ) { add_meta_box( 'new-meta-boxes', 'For Album Reviews', 'new_meta_boxes', 'post', 'side', 'high' ); } } function save_postdata( $post_id ) { global $post, $new_meta_boxes; foreach($new_meta_boxes as $meta_box) { // Verify if ( !wp_verify_nonce( $_POST[$meta_box['name'].'_noncename'], plugin_basename(__FILE__) )) { return $post_id; } if ( 'page' == $_POST['post_type'] ) { if ( !current_user_can( 'edit_page', $post_id )) return $post_id; } else { if ( !current_user_can( 'edit_post', $post_id )) return $post_id; } $data = $_POST[$meta_box['name'].'_value']; if(get_post_meta($post_id, $meta_box['name'].'_value') == "") add_post_meta($post_id, $meta_box['name'].'_value', $data, true); elseif($data != get_post_meta($post_id, $meta_box['name'].'_value', true)) update_post_meta($post_id, $meta_box['name'].'_value', $data); elseif($data == "") delete_post_meta($post_id, $meta_box['name'].'_value', get_post_meta($post_id, $meta_box['name'].'_value', true)); } }
Duncan Sheik’s albums have always been impressive. My favorite though would still have to be his self-titled debut which contains all-star songs.
'.$meta_box['title'].'
'; echo''; echo''; } } function create_meta_box() { global $theme_name; if ( function_exists('add_meta_box') ) { add_meta_box( 'new-meta-boxes', 'For Album Reviews', 'new_meta_boxes', 'post', 'side', 'high' ); } } function save_postdata( $post_id ) { global $post, $new_meta_boxes; foreach($new_meta_boxes as $meta_box) { // Verify if ( !wp_verify_nonce( $_POST[$meta_box['name'].'_noncename'], plugin_basename(__FILE__) )) { return $post_id; } if ( 'page' == $_POST['post_type'] ) { if ( !current_user_can( 'edit_page', $post_id )) return $post_id; } else { if ( !current_user_can( 'edit_post', $post_id )) return $post_id; } $data = $_POST[$meta_box['name'].'_value']; if(get_post_meta($post_id, $meta_box['name'].'_value') == "") add_post_meta($post_id, $meta_box['name'].'_value', $data, true); elseif($data != get_post_meta($post_id, $meta_box['name'].'_value', true)) update_post_meta($post_id, $meta_box['name'].'_value', $data); elseif($data == "") delete_post_meta($post_id, $meta_box['name'].'_value', get_post_meta($post_id, $meta_box['name'].'_value', true)); } }