【內容簡介】
來自美國賓夕法尼亞,承繼非裔父親與義大利裔母親血統的Kevin Michael,有著一張俊俏邪氣的臉孔及雌雄莫辨地性感嗓音,撰寫起跨界流行曲式無礙的天生才華無疑預告了一個新世代的降臨。即便在他身上不難嗅出Prince的挑逗姿態與Michael Jackson無畏性格,和他們一般無法習得的巨星風采。和許多同輩音樂人相同,Kevin Michael是靠聆聽唱片來自學音樂的種種,而無數經典便這麼內化其中。舉凡Rick James的放客、Stevie Wonder的靈騷、R Kelly的臥房哲學與(當然)Prince的破格眼界。父親對音樂的狂熱甚至被鄰居稱為Rick Prince,也是他追尋夢想的一大助力。十六歲譜出人生第一首歌之後,終於在07年於Atlantic旗下發行處女EP《Ya Dig?》在iTunes獲得極大迴響,同年發表了全長度專輯《Kevin Michael》,不但擄獲眾樂評的心更得到與Lily Allen、Maroon 5、John Legend等頂尖藝人巡迴的機會。2011年移籍日本大廠JVC唱片,頂著天才藝人招牌與跨越國際的野心,這張《International》不但由Kevin Michael一手包辦創作,更找來頂尖製作人Noize Trip(The Roots、The Black Eyed Peas、Common)將作品打磨地更加洗鍊。些許Daft Punk韻味的『International』以電氣節拍打底,混著vocoder變聲唱腔與時尚合成器聲響來陳述自己巡迴全球的獨特世界觀。『Spread The Love』是由同為混血兒的大和歌姬Emi Maria跨刀合唱,壯麗拉闊的弦樂與鍵盤彈奏宛如Des’Ree那首經典『Life』的都會版本,表現超越種族與血統地愛與關懷。『U Know U Love Me』一曲以空心吉他為主軸,透露Beyoncé『If I Were A Boy』的抒情感性,也讓Kevin Michael鼻腔濃厚的獨特嗓音淋漓揮灑。 當今樂壇的去類別趨勢及舞曲商業導向,或許讓經歷過節奏藍調美好九零年代的樂迷們感到失望,但千外別因此而忽略了潛藏市場中的珍稀好盤。這位不世出的天才用一張專輯定義了我們這風格融混的時代。還記得Prince剛出道時左手搓揉New Wave右手把玩Funk、Soul的囂張態度嗎?我們終於盼到了獨一無二的Kevin Michael。 |
【曲目介紹】
1. THE ANSWER
2. INTERNATIONAL
3. TEACHER
4. I HEART GIRLS
5. SPREAD THE LOVE
descSectionTop) { desc_sections.find("ul").css({"top": 0}); if (currentScrollPos > prevScrollPos && product_window.scrollTop() > descSectionTop + headerHeight) { desc_sections .stop() .addClass("desc_sections_hold") .css({"min-height": descSectionHeight}) .find("ul") .css({"top": 0}); } else if (prevScrollPos > currentScrollPos) { desc_sections .stop() .addClass("desc_sections_hold") .css({"min-height": descSectionHeight}) .find("ul") .css({"top": headerHeight}); } else { prevScrollPos = 0; } prevScrollPos = currentScrollPos; if ($(window).width() < 768) { $("body").css("padding-bottom", "68px"); } } else { prevScrollPos = 0; desc_sections.stop().removeClass("desc_sections_hold") if ($(window).width() < 768) { $("body").css("padding-bottom", "68px"); } } // 點選產品說明滑動 $(".desc_sections a.scroll").bind("click", function(event) { var targetScrollTop = parseInt($($(this).attr("href")).offset().top - descSectionHeight + 1); if (targetScrollTop > window.scrollY + 1) { $("html, body").stop().animate({ scrollTop: targetScrollTop }, 300); } else { $("html, body").stop().animate({ scrollTop: targetScrollTop - headerHeight }, 300); } }); // 顯示當前產品說明 if (currentScrollPos > prevScrollInformationPos) { $.each(desc_section_list, function(index, desc_section) { var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1 var desc_sectionHeight = $(desc_section).height() var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']"); if (product_window.scrollTop() > desc_sectionTop || index === 0) { current_desc_section .stop() .addClass('active') .parent() .siblings() .find("a") .removeClass('active'); } else { current_desc_section.removeClass('active'); } prevScrollInformationPos = currentScrollPos; }); } else { $.each(desc_section_list, function(index, desc_section) { var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1 var desc_sectionHeight = $(desc_section).height() var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']"); if (product_window.scrollTop() + headerHeight > desc_sectionTop) { current_desc_section .stop() .addClass('active') .parent() .siblings() .find("a") .removeClass('active'); } else { current_desc_section.removeClass('active'); } }); prevScrollInformationPos = currentScrollPos; } }); })