★ 亞洲激進音樂勢力反撲歐美指標性樂隊,公認全英最佳現場樂隊首張橫跨12年超優必備精選
★ 傳統印度音樂與牙買加雷鬼融入Jungle、Dub、Agit-Rock、Punk、Rap元素,以超辛辣混搭曲風,為社會弱勢族群發出怒吼
★ 橫跨12年創作生涯,集結不同時期經典歌曲與混音作品,超值加收現場演出以及與Chuck D(Public Enemy)共同合作的'Son Of A Bush'及眾多珍貴曲目
★ 特別OPENDISC版本,透過網路可成為亞洲音效轉錄機構家族一份子,享受定期更新線上收聽特權,包含未曾發表作品與特殊混音以及獨家照片
1993年亞洲音效轉錄機構成軍於倫敦,集結當地亞裔音樂菁英份子後,ADF的雛型正式確立。ADF不論對吸收優秀樂手或是在音樂創作上,都抱持著十分開放的態度。他們以印度傳統音樂為根本,融入Regga、Jungle、Dub、Agit-Rock、Punk、Rap等音樂元素,藉著超辛辣的異國混種曲風,為社會弱勢族群發出震天怒吼。
ADF已經成立超過14年,這段期間他們總共發行過5張錄音室大碟,2張現場專輯,一張現場演出DVD以及許多EP。邁入2007年他們發表首張雙CD精選輯《TIME FREEZE 1995/2007: THE BEST OF》,收錄曲目包括每個時期的重要作品,足足橫跨12年的創作歷程。當初由愛爾蘭爭議歌手Sinead O'Connor助陣演唱的'Thousand Mirrors'以及眾多經典曲目與混音一併收齊,此外加值附贈'Target Practice'、'Activists & Selectors'、'Stop Start'等三首全新創作。1996年ADF在BBC Radio 1 Andy Kershaw Show場合演出的'Box'與'Jericho'也一次送上。他們過去與Public Enemy中的Chuck D一同合作的'Son Of A Bush'、'Black Steel In The Hour Of Chaos'以及'Debris'、'Memory War'與'Modern Apprentice'等珍貴曲目,這套精選則是一部最值得收藏的極品。
■曲目
CD1
01. Rebel Warrior
02. Box
03. Jericho
04. Th9
05. Naxalite
06. Black White
07. Change
08. Free Satpal Ram
09. Buzzin'
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;
}
});
})