ADVERTISEMENT

AUDIOJUNKIE: Ben&Ben goes full on love song and vibe variety from syd hartha, Justine Narvios, Francis & Nikko, Stef Monce and Kean Cipriano

Published Nov 28, 2022 06:58 am
 Composite photo  from top left: Official single aft of Kean Cipriano, Francis and Nikko, Ben&Ben; Below, from left: official single art of Justine Narvios, Stef Monce, and syd hartha

Forget alt-folk, Ben&Ben is going full on love ballad with their new song.

Ben&Ben’s new song titled “Dear” switches it up a bit for the 9-piece alt-folk and pop band. This time they went full-on love song on their latest single and would it be any surprise if said little switcheroo sounds so good?

It does. In fact, the opening immediately catches the ear. Maybe it’s those singing basslines from Agnes Reoma and the way it interacts with the arpeggiated and heavily chorused guitar at the intro. Right at the onset, “Dear” just catches your attention and doesn’t let go until the end.

According to their press, the song “captures the essence of romantic love without forcing or expecting anything in return.” Mushy, but it’s a love song, remember?

The band said in a statement, “we think it’s equally important to drop any notion of wanting to deliberately steer clear of potential sounds and themes we may have already done when being unapologetic and honest in songwriting and arranging.” That’s the band just saying they don’t care about preconceived notions about how they should sound and would, importantly, follow where the song takes them.

“Dear” is written by brothers Paolo and Miguel Benjamin and is “a reflection of the band’s collective and individual experiences with love so far and how one becomes stronger after going through bittersweet lessons in life.” Didn’t we already mention it’s a love song? The band added that the song is about a “deeper kind of romantic love. One that begins when a person surrenders the pursuit of a lover itself to a higher love.”

Which is to say that “Dear” is all about the right kind of love, with pretty sonics to boot. The song was recorded in Dubai during the band’s stint at Expo 2020.

Singer-songwriter syd hartha returns with the acoustic guitar driven “3:15.” Moody and sexy, syd hartha seems to hypnotize in this mid-tempo groover. The 21-year-old acoustic guitar-toting singer has rapper Kiyo in tow to provide a stylistic counterpoint. But “3:15” is all syd as she sings about thoughts one usually has during the wee hours. Said thoughts are neither good or bad, but we can agree that syd hartha hit a nice sweet spot with this one.

Lo-fi pop is the order of the day for Francis and Nikko (aka Francis Marticio and Alex De Vega) for their mellow sounding bop called “IN LOVE.” Electric piano chords seem to hang in the air and reverberate and melodic lines flavored by R&B sounds meet rap rhymes in this catchy, slow grooved track. Permission to vibe, granted.

Justine Narvios, a promising pop music act from the South, offers up an electro pop-dance track in “Sine.” This pumping pop tune is club ready and pushes listeners to move. And Justine Narvios likewise injects this catchy dance track with Pinoy flavors that make it all the more tasty. “Sine” is written by Justine Narvios and produced by Viva South.

Multi-talented act Stef Monce is a singer, lyric writer and host and she makes her music debut under OC Records with the wistful and yearning “Dahil Ikaw Pa Rin.” This mid-tempo ballad is the kind that eventually builds to a rocking crescendo, and all through it all Stef Monce rides the ebb and swells with her emotive singing. Drops November 30.

Kean Cipriano lays down an emotional new song on his brand new single titled “Paano Na Tayo.” This mid-tempo, alt-pop flavored ballad shimmers and rises in places and it is Kean Cipriano’s recognizable vocal tones that guide this yearning tune and drive it home.

Related Tags

Ben&Ben keancipriano sydhartha justinenarviops francis&nikko stefmonce
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.