【專輯名稱】:A Sentimental Christmas With Nat King Cole And Friends- Cole Classics Reimagined
【專輯藝人】:Nat King Cole
【發行日期】:2021年
【音樂標籤】:Capitol Records
【專輯風格】:Jazz, Christmas, Remastered
【專輯簡介】 · · · · · ·
節日專輯:Nat “King” Cole 的聖誕經典,技術上煥然一新,並有現任客串歌星!
Nat “King” Cole 不僅是爵士鋼琴家,還是有史以來最成功的流行歌手之一,得益於他對著名的“聖誕歌曲”的傳奇演繹以及 1950 年代和 1960 年代的幾張暢銷聖誕專輯,他現在也許是與聖誕音樂最相關的歌手。難怪,他柔和、溫暖但始終清澈透亮的聲音非常適合這類曲目。
Nat “King” Cole 的廠牌 Capitol Records 把他最美麗的聖誕唱片進行了數字化“潤色”,使它們更加永恆:製作人 Jay Landers 讓著名編曲家 Jorge Calandrelli 為 Cole 的原聲軌錄製了新編曲,在五首曲目中增加了眾嘉賓如約翰·傳奇、卡勒姆·斯科特、克里斯汀·切諾維斯、格洛麗亞·埃斯特凡和約翰尼·馬西斯。結果是在現代夢想的聲音中享受了聖誕音樂。
【曲目播放】 · · · · · ·
' + trackName + '
' + trackLength + '
');
}),
trackCount = tracks.length,
npAction = $('#npAction'),
npTitle = $('#npTitle'),
audio = $('#audio1').bind('play', function () {
playing = true;
npAction.text('Now Playing...');
}).bind('pause', function () {
playing = false;
npAction.text('Paused...');
}).bind('ended', function () {
npAction.text('Paused...');
if (index + 1 -1) {
index--;
loadTrack(index);
if (playing) {
audio.play();
}
} else {
audio.pause();
index = 0;
loadTrack(index);
}
}),
btnNext = $('#btnNext').click(function () {
if (index + 1