Scales and Arpeggios to Improvise (PDF, digital download)

0 customer reviews

8,00 

8,00 

99 in stock

<script>
document.addEventListener('DOMContentLoaded', function() {
    setTimeout(function() {
         // Obtener todos los contenedores con clase 'value'
    var valueContainers = document.querySelectorAll('.variations_form.cart .value');

    // Iterar sobre cada contenedor
    valueContainers.forEach(function(container) {
        // Obtener el select dentro del contenedor actual
        var select = container.querySelector('select');

        // Obtener todos los divs con role 'radio' dentro del contenedor actual
        var radios = container.querySelectorAll('[role="radiogroup"] > div');

        // Función para actualizar las clases de los divs con role 'radio' según el estado del option
        function updateRadioClasses() {
            radios.forEach(function(radio) {
                // Obtener el valor del div con role 'radio'
                var radioValue = radio.getAttribute('value');

                // Obtener el option correspondiente al valor del div actual
                var option = select.querySelector('option[value="' + radioValue + '"]');

                // Verificar si el option está deshabilitado o si no existe
                if (!option || option.disabled) {
                    // Añadir la clase 'disable' al div
                    radio.classList.add('disable');
                } else {
                    // Quitar la clase 'disable' del div
                    radio.classList.remove('disable');
                }
            });
        }

        // Escuchar el evento change en el select dentro del contenedor actual
        select.addEventListener('change', updateRadioClasses);

        // Observar los cambios en los options utilizando MutationObserver
        var observer = new MutationObserver(updateRadioClasses);
        observer.observe(select, { childList: true, subtree: true, attributes: true });

        // Llamar a la función para inicializar las clases de los divs con role 'radio' al cargar la página
        updateRadioClasses();
    });
    }, 20); // Esperar un segundo antes de ejecutar el script
});

  
</script>

99 in stock

99 in stock

Categories: Music Books

Title: SCALES AND ARPEGGIOS FOR IMPROVISATION

For all instruments.

A compilation of 363 scales and 552 arpeggios that every musician should have.

Author: Eduardo Introcaso

This book is a powerful tool for any student of improvisation, composition, and harmony.

Scales: Major, Major Pentatonic, Dominant, Major Pentatonic + Blue Notes, Ancient Minor, Minor Pentatonic, Dorian Minor, Blues, Melodic Minor, Bachian Minor, Phrygian Minor, Artificial Mixed Major, Harmonic Minor, Lydian Major, Suspended 4th Dominant, Half-Diminished, Diminished, Hexagonal, Augmented, Minor Bebop, Dominant Bebop, Half-Diminished with 2#, Altered, Augmented Lydian, Dominant Lydian, Major Neapolitan, Minor Neapolitan, Gypsy Minor, Indian, Chromatic, Dodecaphonic, in all keys.

Arpeggios: Majors, Majors of 6th, Majors of 7th, Majors of 9th, Majors of 9th with 11#, Majors of 13th with 11#, Majors of 13th, Major 7th with 5b, Minor, Minor 6th, Minor 7th, Minor 9th, Minor 11th, Minor 13th , Minor 7th major, Minor 9th with 7th major, Minor with 6b , Minor 9th with 5b , Dominant 7th, Dominant 9th, Dominant 9th with 11#, Dominant 13th with 11#, Dominant 13th, Dominant 13th with 9b, Dominant 7th with 9b, Dominant 7th with 9#, Dominant 7th with 9# and 11#, Dominant 7th with 9b and 11#, Dominant 7th with 5#, Dominant 9th with 5#, Dominant 7th with 5b, Dominant 9th with 5b, Dominant 7th with 5b and 9b, Dominant 7th with 5# and 9#, Suspended 4th, Dominant 7th with suspended 4th, Dominant 7th with suspended 4th and 9b, Dominant 7th with 5# and 9b, Dominant 9th with suspended 4th, Dominant 13th with suspended 4th, Diminished, Diminished 7th, Sensitive 7th, Sensitive 7th with 9#, Augmented, Major 7th with 5#, in all keys.

Exercises: 18 fundamental exercises for scales, 7 fundamental exercises for arpeggios.

Purchasers will receive links to download their digital products with a link that is active for 30 days.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Contact form