FeaturedSFMshowArtistBannerMosher


This week’s featured musical artist was MARK MOSHER. We will explore his music works over the past few years including a brand new piece specifically written for the upcoming Mountain Skies Electro-music Festival in Black Mountain, NC May 3-5. The Momentary Spaceout is my live segment I perform in my studio during the second hour will be a sound immersion session. Look for more… tonygerber.bandcamp.com   and    markmosher.bandcamp.com


var audio = document.getElementById(‘audio’);
if (audio.canPlayType && audio.canPlayType(‘audio/mpeg’)) {
// canPlayType is overoptimistic, so we have browser sniff.
var ua = navigator.userAgent;
var tridentMatch = ua.match(/Trident/([0-9.]*)/);
var tridentVersion = tridentMatch ? parseFloat(tridentMatch[1]) : 0;
if (!(ua.indexOf(‘WebKit/’) >= 0 || !ua.match(/MSIE [1-8]./) || tridentVersion >= 7)){
// Only WebKit browsers and IE >9 can currently play this natively
fallback(audio);
}
} else {
fallback(audio);
}



Source: Space for Music

%d bloggers like this: