ADVERTISEMENT

InnerVoices unveils new EP 'Shadows'

Published Oct 23, 2025 09:42 pm
InnerVoices
InnerVoices
Pop rock band InnerVoices proudly unveils their latest Extended Play (EP) titled Shadows, an emotional collection produced under UMG Philippines Inc. in collaboration with Kalesa Entertainment.
The EP offers listeners an intimate glimpse into the many shades of love and loss, featuring three tracks written by Atty. Rey Bergado and arranged by Edward Mitra: Shadows – a haunting English ballad of heartbreak and lingering memory; Saksi Ang Mga Tala – a modern kundiman sung in Filipino, where the stars stand as silent witnesses to an undying love; and I Will Wait for You in the Rain – a poignant anthem of patience and resilience, celebrating a love that endures through life’s storms.
Blending heartfelt lyricism with cinematic arrangements, "Shadows" captures the full spectrum of human emotion—grief, devotion, and hope—while highlighting InnerVoices’ signature blend of pop-rock warmth and emotional depth.
“Each song in Shadows is a chapter of the same story,” shares Bergado, the band’s founding member. “Shadows is about heartbreak, Saksi Ang Mga Tala is about promises, and I Will Wait For You in the Rain is about hope. They belong together, and they reflect the many ways love shapes us."
Through this EP, InnerVoices continues to cement their place in the OPM landscape, bridging modern sound with timeless storytelling.
As of Oct. 20, InnerVoices has clinched the top spot on Vibe TV’s music countdown segment Uprising Universe with their latest single Sayaw sa Ilalim ng Buwan, while Saksi ang mga Tala remains in the running for the top position.
Garnering over 50 percent of fan votes, the track’s win highlights the band’s rising momentum and the unwavering support of their growing fanbase.
Their other new releases — Sayaw sa Ilalim ng Buwan, Meant to Be, Handa Na Kitang Mahalin, Galaw, Tubig Hangin Apoy Lupa, and Idlip — are now streaming on all major digital platforms. Each track showcases a different shade of the band’s evolving sound, blending heartfelt lyricism with their signature soulful rock energy.
Fans can also experience InnerVoices’s artistry visually through the official music videos for Meant to Be, Idlip, and Galaw, all available on YouTube. And for those craving the raw energy of the stage, a dose of InnerVoices’ live performances can be found on their official YouTube channel.
InnerVoices is composed of Patrick Marcelino (vocals), Rene Tecson (guitar), Rey Bergado (keyboard), Alvin Herbon (bass guitar), Joseph Cruz (keyboard, vocals), and Joseph Esparrago (drums, percussion, and vocals).
Known for their authentic sound and lively performances, InnerVoices continues to make their mark in the Manila live music scene. The band regularly performs at Hard Rock Café Makati, Hard Rock Café Manila, Bar IX, Aromata, and Noctos, bringing their pop-rock energy to both intimate and grand stages.
Their awards and citations include 16th PMPC Star Awards for Music – “Isasayaw Kita” - Inspirational Song of the Year; 14th PMPC Star Awards for Music – “Paano” - Best Revival Song of the Year; 28th Awit Awards – Winner, Best Performance by a New Group Recording Artists; 7th PMPC Star Awards for Music – nominee, Duo/Group Artist of the Year; 1st WISHclusive Awards – nominated, Best Performance by a Group and Best Wish Ballad Song; and Asia’s Triumphant Award – Comeback Band of the Year.
These recognitions reflect InnerVoices’ enduring impact on the OPM scene — a band whose artistry bridges generations through sincerity, storytelling, and soul.
"Shadows" is now available on all major streaming platforms via UMG Philippines and Kalesa Entertainment. (Robert Requintina)
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.