Estimated time of shipping: 1-3 days
This item is to the best of our knowledge available to us from the supplier and should ship to you within the time-frame indicated. If there are any unforeseen issues with availability we will notify you immediately.
1. OZKA / PETER VAN HOESEN : ORIGINAL MIX
2. OZKA / PETER VAN HOESEN : PETER VAN HOESEN MIX
3. OZKA / PETER VAN HOESEN : INTEL DUB
// <![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 Hidden Roots (Peter Van Hoesen Mix) – OZKA / PETER VAN HOESEN 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();
});
});
// ]]>
Franco Cangelli’s Mowar imprint turns out four tracks of prime techno from Belgium’s Ozka, backed with a pumping Peter Van Hoesen remix. The title track shows his years of experience producing for labels such as Dave Angel’s Rotation, smearing smudged dub chords over churning bass groove and strafing percussive syncopations. ‘Intel Dub’ nods to dubstep in a swung style layered with hypnotic chords, kinda like a more melodic Detroit version of Regis’ recent Sandwell tracks. The PvH remix is up to his usual standards, built from the bulbous bass up with crisp claps and shuffling hi-hats for the stick ‘n pivot effect while filtered chords and icy synths infect the atmosphere. Very tidy.
// <![CDATA[
// horizontal slider control
var slider2 = new Control.Slider(‘related-products-slider-track-handle’, ‘related-products-slider-track’, {
onSlide: function(v) { scrollHorizontal(v, $(‘related-products’), slider2); },
onChange: function(v) { scrollHorizontal(v, $(‘related-products’), slider2); }
});
// scroll the element horizontally based on its width and the slider maximum value
function scrollHorizontal(value, element, slider) {
element.scrollLeft = Math.round(value/slider.maximum*(element.scrollWidth-element.offsetWidth));
}
// disable horizontal scrolling if text doesn’t overflow the div
if ($(‘related-products’).scrollWidth
// <![CDATA[
// horizontal slider control
var slider2 = new Control.Slider(‘same-label-products-slider-track-handle’, ‘same-label-products-slider-track’, {
onSlide: function(v) { scrollHorizontal(v, $(‘same-label-products’), slider2); },
onChange: function(v) { scrollHorizontal(v, $(‘same-label-products’), slider2); }
});
// scroll the element horizontally based on its width and the slider maximum value
function scrollHorizontal(value, element, slider) {
element.scrollLeft = Math.round(value/slider.maximum*(element.scrollWidth-element.offsetWidth));
}
// disable horizontal scrolling if text doesn’t overflow the div
if ($(‘same-label-products’).scrollWidth
// <![CDATA[
// horizontal slider control
var slider2 = new Control.Slider(‘same-genre-products-slider-track-handle’, ‘same-genre-products-slider-track’, {
onSlide: function(v) { scrollHorizontal(v, $(‘same-genre-products’), slider2); },
onChange: function(v) { scrollHorizontal(v, $(‘same-genre-products’), slider2); }
});
// scroll the element horizontally based on its width and the slider maximum value
function scrollHorizontal(value, element, slider) {
element.scrollLeft = Math.round(value/slider.maximum*(element.scrollWidth-element.offsetWidth));
}
// disable horizontal scrolling if text doesn’t overflow the div
if ($(‘same-genre-products’).scrollWidth