
Debut of Donga & Blake! Their sound is a balanced fusion of soulful house, deep textured techno and rhythms absorbed from garage, funky and broken beat. These 3 immaculate tracks have a simple appeal but also contain many layered sonic details for the closer listener.
DONGA & BLAKE


// <![CDATA[
/* Override the updatePreview method inside the color picker to update all of our custom elements */
Refresh.Web.ColorPicker.prototype.updatePreview = function() {
try {
// update the preview color box as usual
this._preview.style.backgroundColor = ‘#’ + this._cvp.color.hex;
// Also update our preview display
$(’embed-header’).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-meta’).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-tracks-header’).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-tracks’).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-track-1′).style.backgroundColor = ‘#’ + this._cvp.color.hex;
try { // may have smaller number of tracks
$(’embed-track-2′).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-track-3′).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-track-4′).style.backgroundColor = ‘#’ + this._cvp.color.hex;
$(’embed-track-5′).style.backgroundColor = ‘#’ + this._cvp.color.hex;
} catch(e) {}
$(’embed-read-review’).style.backgroundColor = ‘#’ + this._cvp.color.hex;
// height of embed = (header = 257px) + (29px * number of tracks) + (footer = 66px)
embed_height = 257 + (29 * 3) + 66;
// and update our HTML snippet
$(’embed-code’).value = ‘
Read full review of Grown Ups EP (Geiom Mix) – DONGA & BLAKE on Boomkat.com ©‘;
} catch (e) { alert(e); }
};
var cp1 = null;
var modal = null;
document.observe(‘dom:loaded’,function(){
modal = new Control.Modal($(‘modal’),{
overlayOpacity: 0.75,
className: ‘modal’,
fade: true
});
modal.observe(‘afterOpen’, function(){
if( !cp1 ) {
cp1 = new Refresh.Web.ColorPicker(‘cp1’, {startHex: ‘DD6C94′, startMode:’s’});
} else {
// when opening for the 2nd+ time, ensure we re-show the pointers
$(‘rangearrows-img’).show();
$(‘mappoint-img’).show();
}
});
modal.observe(‘afterClose’, function(){
// after close, remove the js-inserted images as well
$(‘rangearrows-img’).hide();
$(‘mappoint-img’).hide();
});
});
// ]]>
















