- Descrizione
Descrizione
Octamizer è il pedale effetto per basso elettrico di Aguilar che fornisce innovativi timbri octaver analogici. E’ progettato per creare un’ampia gamma di sonorità poste un’ottava sotto la nota suonata. Dispone di controlli indipendenti per la gestione del volume del suono clean e di quello effettato. Sarà facile trovare il mix giusto per il tuo stile.
I due percorsi di segnale presentanto anche due controlli indipendenti sul tono. Clean Tone è un equalizzatore Full Spectrum Tilt che consente di enfatizzare gli acuti mentre i bassi vengono attenuati o aumentare le frequenze basse mentre quelle alte vengono smorzate. Il controllo Octave Filter agisce come un filtro passa basse multipolare che modella il suono dell’ottava bassa da morbido e profondo a spigoloso e aggressivo. Questi circuiti unici consentono di creare un effetto octaver con due note distinte o di fondere i suoni insieme per un tono synth denso e grintoso.
CARATTERISTICHE PRINCIPALI
-
jQuery(document).ready(function($) {
var $tabs = $('.woocommerce-tabs-zr4x2lnzgzi76q8t3pdg3qq77yu5lp6');
$tabs.easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true, // 100% fit in a container
activate: function(event) { // Callback function if tab is switched
}
});
var $review_content = $tabs.find('#tab-reviews'),
$review_title1 = $tabs.find('h2[aria-controls=tab_item-0]'),
$review_title2 = $tabs.find('li[aria-controls=tab_item-0]');
function goReviewTab(target) {
var recalc_pos = false;
if ($review_content.length && $review_content.css('display') == 'none') {
recalc_pos = true;
if ($review_title1.length && $review_title1.css('display') != 'none')
$review_title1.click();
else if ($review_title2.length && $review_title2.closest('ul').css('display') != 'none')
$review_title2.click();
}
var delay = recalc_pos ? 400 : 0;
setTimeout(function() {
$('html, body').stop().animate({
scrollTop: target.offset().top - theme.StickyHeader.sticky_height - theme.adminBarHeight() - 14
}, 600, 'easeOutQuad');
}, delay);
}
function goAccordionTab(target) {
setTimeout(function() {
var label = target.attr('aria-controls');
var $tab_content = $tabs.find('.resp-tab-content[aria-labelledby="' + label + '"]');
if ($tab_content.length && $tab_content.css('display') != 'none') {
var offset = target.offset().top - theme.StickyHeader.sticky_height - theme.adminBarHeight() - 14;
if (offset < $(window).scrollTop())
$('html, body').stop().animate({
scrollTop: offset
}, 600, 'easeOutQuad');
}
}, 500);
}
// go to reviews, write a review
$('.woocommerce-review-link, .woocommerce-write-review-link').click(function(e) {
var target = $(this.hash);
if (target.length) {
e.preventDefault();
goReviewTab(target);
return false;
}
});
// Open review form if accessed via anchor
if ( window.location.hash == '#review_form' || window.location.hash == '#reviews' || window.location.hash.indexOf('#comment-') != -1 ) {
var target = $(window.location.hash);
if (target.length) {
goReviewTab(target);
}
}
$tabs.find('h2.resp-accordion').click(function(e) {
goAccordionTab($(this));
});
});






