World-Premiere Recording Of Tan Dun’s Monumental Buddha Passion Set For Release On August 4, 2023 @ Top40-Charts.com -Playlists

[ad_1]

New York, NY (Top40 Charts) The world-premiere recording of Tan Dun’s Buddha Passion – an epic choral work which will also launch the Edinburgh International Festival this summer – is set for release on Friday, August 4.
Described by the New York Times as “a kind of rock star of the modern music scene”, the multi-award-winning composer and UNESCO Global Goodwill Ambassador conducts as he begins his recording partnership with Decca.

Tan Dun’s Buddha Passion is a captivating tale of wonder, truth and gentle but irresistible transformation. The monumental work involving massed choirs, large orchestra, six percussionists and an array of soloists including indigenous singers, traditional Chinese instruments and a dancing pipa player, is the first such ‘Passion’ on a Buddhist rather than Christian narrative.

Set at the foot of the Himalayas and inspired by Chinese and Sanskrit texts, the story follows a little prince as he finds enlightenment and becomes Buddha, meeting an array of characters before reaching Nirvana. The life-affirming score fuses the ancient wisdom of Buddhism with the musical tradition of JS Bach’s Passions, featuring hypnotic orchestral textures and Eastern vocal techniques.

The epic work was inspired by a visit to the vast myriad of ancient caves containing countless musical murals in the Dunhuang desert. Tan Dun explains that “these musical paintings depict more than four thousand musical instruments, three thousand musicians and five hundred orchestras. I was so deeply moved that I could almost hear the sounds emanating from the murals.” After years of research, composing, and striving to bring the murals to life through the vast forces of orchestras, choirs, Chinese instruments and sounds of nature, Buddha Passion was completed in 2018. Tan Dun felt that he had created a bridge that brings the distant – “from Dunhuang to Europe, from ancient times to today,” connecting people with the shared compassion and the love of the ancient art.

In the 1960s, Tan Dun was a young boy running barefoot through the fields of remote Hunan in China, yet always aware of the sounds and traditions surrounding him. Today, based in New York, he is one of the world’s most exciting composers. Having been catapulted into the mainstream by his Oscar, Bafta and Grammy-award-winning score for Crouching Tiger, Hidden Dragon, the UNESCO Global Goodwill Ambassador has scored music for global events such as the reunification of Hong Kong with China, the world’s celebration of the new millennium and the Beijing Olympics. He has also written music for some of the biggest names in music, such as Lang Lang, and for many of the world’s leading orchestras, and was the first composer ever commissioned by Google/YouTube.

When the Cultural Revolution broke out in 1966, Tan Dun’s was separated from his parents and sent to the country to plant rice. He taught himself the violin and eventually got work as a musician with a travelling troupe. When the Cultural Revolution finally ended and music conservatories opened again, Tan Dun, with no money, smuggled himself onto a train to audition for Beijing’s Central Conservatory of Music, beginning his meteoric rise.

Decca announced a major recording partnership earlier this year which was welcomed by the composer as fulfilling an almost unimaginable life-long dream.

Co-Presidents of Decca Label Group, Tom Lewis and Laura Monks, said, “We are so proud to begin our recording partnership with Tan Dun with the world premiere release of his Buddha Passion. The work embodies so much of the inventive, energetic and warm-hearted spirit that has made him such a global superstar and statesman for classical music”.

The first single, “Zen Dream” is out today [23 June 2023].

7 July – Second single “Equality”

21 July – third single “Sacrifice

4 August – album release, with focus track: “Love Is Destined To Part”

5 August – performance of Buddha Passion at Edinburgh International Festival

Tan Dun’s Buddha Passion was recorded for Decca Classics live at the Shanghai Oriental Art Center Concert Hall in 2019 with Orchestre National de Lyon and International Choir Academy Lübeck, conducted by Tan Dun.

Shenyang – Baritone (Mantra/Emperor/Daman Hongren/Buddha)

Huiling Zhu – Mezzo-soprano (Little Prince/Princess Miaoyin)

Sen Guo – Soprano (The Deer of Nine Colours/Princess Miaoshan)

Chuanyue Wang – Tenor (Drowning Man/Court Guard/6th Zen Patriarch Hui Neng)

Tan Weiwei – Indigenous Female Singer

Yining Chen – Dunhuang Fantan Pipa

Batubagen – Indigenous Male Singer

The Edinburgh International Festival performance takes place at Usher Hall on 5 August 2023, with the Royal Scottish National Orchestra, Edinburgh Festival Chorus and RSNO Youth Chorus, conducted by Tan Dun.

Sun Li – Baritone (Mantra/Emperor/Daman Hongren/Buddha)

Samantha Chong – Mezzo-soprano (Little Prince/Princess Miaoyin)

Louise Kwong – Soprano (The Deer of Nine Colours/Princess Miaoshan)

Chen Chen – Tenor (Drowning Man/Court Guard/6th Zen Patriarch Hui Neng)

Tan Weiwei – Indigenous Female Singer

Yining Chen – Dunhuang Fantan Pipa

Batubagen – Indigenous Male Singer

umusic.app.box.com/s/s8pw50wr4l33puxnvg0zpv4fiu3vooqz

// global variables
var Top40FullName=””;
var Top40FBid=”;
var Top40userid=”;

/*

// This is called with the results from from FB.getLoginStatus().
function statusChangeCallback(response) {
console.log(‘statusChangeCallback’);
console.log(response);
// The response object is returned with a status field that lets the
// app know the current login status of the person.
// Full docs on the response object can be found in the documentation
// for FB.getLoginStatus().
if (response.status === ‘connected’) {
// Logged into your app and Facebook.
fb_login_check();
} else {
// The person is not logged into your app or we are unable to tell.
document.getElementById(‘top40-login-status’).innerHTML = ‘Please log ‘ +
‘into this app.’;
}
}

function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}

window.fbAsyncInit = function() {
FB.init({
appId : ‘160329538558’,
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse social plugins on this page
version : ‘v2.8’ // use graph api version 2.8
});

FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});

};

// Load the SDK asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “https://connect.facebook.net/en_US/sdk.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));

// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function fb_login_check() {
console.log(‘Welcome! Fetching your information…. ‘);
FB.api(‘/me’, function(response) {
console.log(‘Successful login for: ‘ + response.name);
console.log(response);
Top40FullName=response.name;
Top40FBid=response.id;
Top40userid=’fb_’+response.id;
var metadata = {
user_id: Top40userid
};
Intercom(‘trackEvent’, ‘FB-login’, metadata);

document.getElementById(‘top40-login-status’).innerHTML =
‘Thanks for logging in, ‘ + response.name + ‘!’;
$(‘#top40-login-button’).css(‘display’,’none’);
});
}
*/

[ad_2]

Source link
Playlists


Posted

in

by