Trombón bajo Conn 62HCL
6.600,00 €
6.600,00 €
30 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>30 in stock
30 in stock
Trombón bajo Conn 62HCL
The C.G. Conn 62HCL in-line independent double rotor bass trombone in the key of Bb/F/Gb features an 9-1/2″ professional rose brass bell producing a warm, rich sound. The .562″ primary bore combined with the .594″ bore through rotor sections offers outstanding clarity and projection with less resistance. The F/Gb sections feature the patented “CL2000” valves designed by renowned solo trombone artist Christian Lindberg. The unique design is extremely efficient, smooth, and quick and removes any resistance normally found in a traditional rotor valve. They also boast the shortest “throw” of any trombone on the market today providing the quickest transition to the F/Gb side of the trombone. The chrome plated nickel silver inner handslide tubes provide the ideal surface for smooth and quick handslide action. The clear lacquer finish adds a subtle warmth to the sound overall. The C.G. Conn 62HCL professional bass trombone is ideal for both symphonic and solo performance.
- Double in-line independent system
- .562″ primary bore
- .594″ bore through rotor sections
- 9-1/2″ rose brass bell
- Open wrap valve systems with patented CL2000 rotors
- Three interchangeable leadpipes
- Clear lacquer finish
- C.G. Conn 1-1/2G mouthpiece
- 7562P case
| Weight | 4 kg |
|---|
Only logged in customers who have purchased this product may leave a review.













Reviews
There are no reviews yet.