ADVERTISEMENT

AUDIO JUNKIE: New pop songs, movie soundtracks

Published Nov 27, 2021 10:17 am

A look and listen at the latest single releases from some of the most interesting Pinoy pop acts today.

Talented 17-year old singer Rob Deniel drops one with new single “Diwa” this weekend. Deniel is one of the leading lights of retro styled Pinoy pop and it's exactly that type of sound that we hear on “Diwa.” Airy single note melodies and twangy, reverb-filled guitars accompany Rob’s musings on what love might feel like at the end of the world. His press uses the following to describe Rob’s sound: “alt-pop and kundiman blues,” it goes. Oddly enough, “Diwa” sounds exactly a bit everything as mentioned.

Bandang Lapis has a new song out too in “Pagbilang Ng Tatlo.” The Rizal-based band had a runaway hit in “Kabilang Buhay” and the new song is somehow cut from the same cloth. Which is to say that there’s no shortage of heartbreak on this rising pop rock ballad. BL ruminates on the fact that love too sometimes is tormented. Prepare to weep.

Promising young newcomer Jehramae sings a new song titled “Magparaya.” If you hear it and go, this style sounds familiar, it’s because it’s a Vehnee Saturno-written tune. The painful act of letting go is a well worn theme in said songwriter’s toolbox, but we’re more interested in Jehramae’s delivery. A perfect song is waiting for Jehramae in the near future, but she’s nevertheless convincing on this one.

A newbie as well is songwriter Pat Cardoza. Her modern Pinoy pop tune “Habangbuhay” is a beautiful number that puts Cardoza’s dulcet tones to good use. And she chooses a pretty sounding piano and string combo as the vehicle for her exchange-of-forever-vows themed song.

Magnus Haven recently dropped the easy-listening and R&B-esque “Mapaglaro.” While primarily a soft-rock band, sonically, the 5-piece band can navigate whatever sound and style they put their attention to. And “Mapaglaro” is groovy and middle-of-the-road enough to appeal to a large swath of OPM listeners. Also, Magnus Haven’s mildly suggestive “Rosas,” aptly enough, is on the soundtrack of the Vivamax movie sexy spoof Pornstar 2. Magnus Haven includes lead vocalist Rajih Mendoza, David Galang on keyboards, guitarist Louise Vaflor, bassist Rey Maestro and drummer Sean Espejo.

And while we’re on the subject of original soundtracks, The Juans scored a theme song on the Vivamax movie “Dulo.” The title is actually (and Juanistas would know this) the title of a recent hit by the band. “Dulo” with its inherent hugot feels and themes was a mini-movie in itself with its story-centric music video. Now whether “Dulo” the movie is an extension of the music video remains to be seen. The Juans’ most recent single, the excellent sounding “Anghel” is also part of the film soundtrack.

Ditto, Marion Aunor probably has the most songs written for a film. She does it again with her recent single “Kama” which found its way onto the film “Palitan.” The moody, synth-pop sounds of “Kama” (the first single off Marion’s own Wild Dream Records label) is a perfect fit for the movie’s sexy undercurrent. And for that matter, the sultry tone of Marion’s vocals certainly won’t be out of place in a stimulating and sexy-themed film.

Jom, one-half of the hook singers in hit-rap quartet ALLMO$T strays from his usual sonic stylings and goes for an alt-rock sound on “Para Sa’yo.” Jom’s pipes lend themselves well on a rocking song as it does supplying hooks for a rap number. Jom sings about falling for someone who’s already in the arms of another. As painful love songs go, isn’t that usually the case?

Related Tags

bandang lapis Rob Deniel Jehramae Then Juans Jom of ALLMO$T Pat Cardoza Magnus Haven Marion Aunor
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.