( Carte en cours de chargement...)
Avec delamusic.com, recherchez près de chez vous tous les sites musique :
...
Sarah Morrow - ReverbNation
Visiter ce site : http://www.reverbnation.com/sarahmorrow
Trombonist/ Composer/ Lyricist Sarah Morrow was born in Houston, Texas but grew up in Pickerington, Ohio-- an area rich in marching and concert band tradition. Sarah started her musical path early by playing in school bands as well as in groups at the all-state level before attending Ohio University, where she graduated summa cum laude with a degree in Communications. Following her education, she began working at an arts center in New Jersey and it was during this time that she decided to pursue her passion for jazz.
Shortly thereafter, Sarah was discovered by the legendary Ray Charles, and became the first female instrumentalist to join his all-star orchestra. She toured with the legend for two years and left the group to join Foley (ex-lead bassist of Miles Davis) playing funk. She has since toured, recorded and performed with many great artists including Dee Dee Bridgewater, David Murray, the Duke Ellington Orchestra, organist Rhoda Scott, funk legend Pee Wee Ellis, the American All-Stars in Paris, Mingus Tribute featuring Mingus alumni Ted Curson and Ricky Ford and most recently with iconic New Orleans pianist/singer/songwriter Dr. John.
Sarah has combined straight ahead jazz with swing, blues, soul, and hip-hop to create a unique voice that advances the genre as well as the possibilities of her instrument, while staying firmly rooted in tradition. Her latest and most adventurous project “Elektric Air” is scheduled for release in late 2010 and features alongside her, musicians Chris Dave (Maxwell’s Blacksummer Night’s Dream), Robert Glasper (Mos Def, QTip), and Qmillion (Toni Braxton, E-40, Juelz Santana). As trombone great, Steve Turre said, "Sarah Morrow… is moving the instrument and the music forward".
Sarah is endorsed by the Getzen/Edwards Instrument Company and has been a prominent artist in their sales campaigns since 2000.
Noté par 3 internaute(s) :
20/20 : Parfaitpfftehon@(...)com, 28/04/12 (20/20) :
ozicarole@(...)com, 25/04/12 (20/20) :
ozicarole@(...).fr, 06/05/12 (20/20) :
Extrait du site web http://www.reverbnation.com/sarahmorrow :
Sarah Morrow | Paris, FR | Jazz / Hip Hop / Experimental | Music, Lyrics, Songs, and Videos | ReverbNation
Loading...
{title_display}
{artist_display}
Download
Share
Favorite
Lyrics
Be a fan
Clear
Share All
Channels
Show Queue
ReverbNation Channels
Select a Music Channel to Get Started
Global Chart Toppers
Local Chart Toppers
Trending Artists
Alt/Rock/Indie
Electro/Pop/Dance
HipHop/Rap/R&B
Featured Artists
My Favorites
Custom Channel
Show Queue
Select Genres:
Alternative
Ambient
Americana
Bluegrass
Blues
Bollywood
Celtic
Childrens
Christian Rock
Christian/Gospel
Classical
Comedy
Country
DJ
Dance
Dubstep
Electronic Dance Music
Electronica
Experimental
Folk
Funk
Hip Hop
Holiday
House
Indie
Instrumental
Jam
Jazz
Latin
Metal
Other
Pop
Punk
R&B/Soul
Rap
Reggae
Rock
Rockabilly
Singer Songwriter
Ska
Spiritual
Spoken Word
World
Cancel
12:123
Not listening to anything?
Try one of the ReverbNation Channels
Wat
Rabbit Hole
Go deeper
What's This?
Rabbit Hole Mode
See how far the rabbit hole goes, you never know where you'll end up or what new music you'll discover. We'll keep playing songs, each one having some connection to the one before it.
You can exit the rabbit hole by either clearing your playlist or adding new songs to it.
Start rabbit hole mode on I Was Totally Destroying It's profile page and we'll play one of their songs.
When that song finishes we might play a song by Hammer No More The Fingers, an artist I Was Totally Destroying It has recommended.
When that song finished we might play a song by Organos, an artist Hammer No More The Fingers is about to play a show with.
Stay in Rabbit Hole mode and see how far down it goes. We'll keep playing music based off the previous song.
Reverb.playerReady(function(){
var $tooltip = $j('#rabbit_hole_tooltip'), timeout_id;
$tooltip.bind('display-tooltip', function(e, message) {
$tooltip.html(message);
$tooltip.trigger('tooltip-show');
clearTimeout(timeout_id);
timeout_id = setTimeout(function() {
$tooltip.trigger('tooltip-hide');
}, 10000)
});
$tooltip.bind('tooltip-show', function(e) {
$tooltip.stop(true, true, true).
animate({ bottom: "-=10", opacity: 'show' });
});
$tooltip.bind('tooltip-hide', function(e) {
$tooltip.stop(true, true, true).
animate({ bottom: "+=10", opacity: 'hide' });
});
$tooltip.click(function(e) {
var info = MusicPlayer.getInstance().getCurrentSong()
if(info && info.link){
Reverb.Navigate.go_to_page_url(info.link)
}
$tooltip.trigger('tooltip-hide');
})
$j('#rabbit-hole-wat').hover(function(e) {
if ($tooltip.html() != "") {
$tooltip.trigger('tooltip-show');
}
}, function(e) {
$tooltip.trigger('tooltip-hide');
});
function recommendationTextFor(hash, current_song) {
var reason = "Playing " + current_song.artist + " because";
switch(hash.type) {
case 'direct':
reason += " they were recommended by " + $j.escapeHTML(hash.name) + "";
break;
case 'show_bill':
reason += " they played a show with " + $j.escapeHTML(hash.name) + "" +
" on " + $j.escapeHTML(hash.latest_show_date) + ' in ' + $j.escapeHTML(hash.latest_show_location);
break;
case 'featured_artist':
reason += " they're a featured artist";
break;
default:
reason += " it's awesome";
break;
}
if (hash.reason != null) {
return $j.escapeHTML(hash.reason) + ". " + reason;
} else {
return reason;
}
}
MusicPlayer.getInstance().bind('playlist_updated', function(e, player) {
if ( $j('#rabbit_hole_controls').hasClass('rabbit_hole_enabled') ) {
$j('#music_player .player_queue_item:last').addClass('in_rabbit_hole');
}
});
MusicPlayer.getInstance().bind('song_play', function(e, player) {
var current_song = player && player.getCurrentSong();
if ( current_song == null ) {
// Hopefully means we got the thing cleared
$j('#rabbit_hole_controls').removeClass('rabbit_hole_enabled');
$j('#rabbit_hole_tooltip').html('');
Reverb.RabbitHoleCache = {};
return;
}
if ( Reverb.RabbitHoleCache[parseInt(current_song.id, 10)] != null ) {
$tooltip.trigger('display-tooltip', recommendationTextFor(Reverb.RabbitHoleCache[parseInt(current_song.id, 10)], current_song))
}
});
})
$j(function($) {
var goToCurrentArtist = function(){
// wee need a little delay to be sure the playlist is actually loaded before making any redirect
// not the ideal solution, but it doesn't require a beautiful reaper
window.setTimeout(function(){
var info = MusicPlayer.getInstance().getCurrentSong()
if(info && info.link){
Reverb.Navigate.go_to_page_url(info.link)
}
})
}
$('#engage_rabbit_hole').click(function(e) {
var current_po;
if ( (CURRENT_PAGE_OBJECT || '').match(/artist_/) ) {
current_po = CURRENT_PAGE_OBJECT;
} else {
current_po = ''
}
trackEvent('V3 Footer Data','Click','Rabbit Hole');
$.ajax('/c/audio_player/rabbit_hole_now/' + current_po, {
type: 'get',
beforeSend: function() {
$j('#rabbit_hole_tooltip').trigger('display-tooltip', 'Loading…');
},
complete: goToCurrentArtist
});
Mots-clés du site web http://www.reverbnation.com/sarahmorrow :
trombone, tromboniste, trombonist, jazz, musique de film, film, movie, music score, score; compositrice, compositeur, composer, arranger, arrangeur, arrangeuse, lyricist, songstress, parolière, hip hop, Ray Charles