ADVERTISEMENT

Jazz legend and fusion pioneer Chick Corea dies of cancer

Published Feb 12, 2021 11:50 am

Chick Corea, the American jazz composer and electric keyboard trailblazer whose visionary fusion work stretched the boundaries of genre, has died of a rare form of cancer. He was 79 years old.

Corea's illness "was only discovered very recently," read a statement posted on his Facebook page Thursday.

"I want to thank all of those along my journey who have helped keep the music fires burning bright," read a message the 23-time Grammy award winner left prior to his February 9 passing, which his team released in the statement.

"It is my hope that those who have an inkling to play, write, perform or otherwise, do so. If not for yourself then for the rest of us. It's not only that the world needs more artists, it's also just a lot of fun."

The dynamic composer and bandleader, whose compositions-turned-jazz standards included "Spain," "500 Miles High" and "La Fiesta," was among a select group of talent alongside Herbie Hancock and Keith Jarrett to emerge as some of the 20th century's most influential pianists.

Over his more than five-decade career Corea established himself as a revolutionary of jazz fusion, experimenting with rock and electronic sounds to shake the genre into the contemporary era.

'Joy of creating'

Born Armando Corea to a family of Italian-Americans in Chelsea, Massachusetts on June 12, 1941, the musician was introduced to the piano at a young age by his jazz trumpeter father.

Corea took an early interest in bebop, with influences including Dizzy Gillespie and Charlie Parker.

The pianist who also played the drums performed local gigs in high school and began musical studies at both Columbia and Juilliard before quitting to play full time.

In the early 1960s he worked with greats including Stan Getz and Herbie Mann, later replacing Hancock in Miles Davis' band, an icon Corea influenced into his electronic period that included classics like "Bitches Brew."

Corea routinely used a ring modulator to create his pioneering effects on the electric piano, at a time when synths were rarely seen onstage.

The musician known for his improvisational chops started his own free jazz group, Circle, which was active from 1970-1971, when Corea began expanding on the percussiveness of the piano by plucking the strings inside the instrument's body.

A pioneer of solo piano shows, Corea was a master of everything from classical to standards to swing and Latin jazz, touring relentlessly until the pandemic halted live concerts.

His mammoth discography has earned him more than 67 Grammy nominations.

Corea has more jazz Grammys than any other artist, and is up for two awards next month: Best Improvised Jazz Solo for "All Blues" and Best Jazz Instrumental Album for "Trilogy 2."

"Throughout his life and career, Chick relished in the freedom and the fun to be had in creating something new, and in playing the games that artists do," the statement read.

"Though he would be the first to say that his music said more than words ever could," the statement said, Corea wanted to impart upon his "amazing musician friends who have been like family" that "it has been a blessing and an honor learning from and playing with all of you."

"My mission has always been to bring the joy of creating anywhere I could," read Corea's message.

"And to have done so with all the artists that I admire so dearly -- this has been the richness of my life."

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.