ADVERTISEMENT

AUDIO JUNKIE: Because: Rhyming heartbreak and regret

Published Nov 10, 2020 11:58 am

Because is 19-year-old rap artist BJ Castillano who’s responsible for the hits “Marlboro Black,” “Sandali,” “OTW” and a handful of other songs that’s already catapulted him beyond 100 million streams. All this he did when he was just seventeen. The same age, he released his first full length album, the critically and peer-approved set “Heartbreak SZN” in 2018. He followed this up with another full album called “Rowena,” which included fan-fave tracks “Esmi,” “Direk,” and “Flightmode,” in 2019. And just to prove that he’s the most proficient rap artist of his age, he’s just released a new album entitled “Heartbreak SZN 2.”

Because kicks off his brand spankin’ new set with dramatic flair on opening track “Di Na” and lays the following premise: ‘No hearts safe.’ This as he sings the following couplet, “akala ika’y para sa ‘kin/ sinabing di wawasakin / ngunit ako’y sinungaling.” And over the course of 13 new tracks, over low key sounding chill Hiphop and alternately grooving numbers, Because presents his treatise on heartbreak and regret.

“It’s a whole album intended to make you cry inside the club,” stated the rapper. Sure enough he takes his listeners for an emotional ride, from the beginnings of (his) screw up (“Di Na”), to trying to fix the problem in the slow jam “Pwedeng Ayusin Natin ’to” featuring the popular Skusta Clee, to almost obsessing about it in the R&B inflected “No Signal” featuring his contemporary John Roa, harmonizing rap and melody as they warble “would you pick up the phone baby / meron lang mga tanong / tell me when it’s late at night / tell me do I cross your mind.”

It comes to a boil in “December” as he opens with “ayoko munang umuwi pakisabi sa’min / I just wanna get away from my f***ing problems.” This as a driving trap beat powers a moody piano riff across. “In the club now I’m wasted, eyes rollin’ alcohol in my system overflowin’ / I don’t even wanna know how I’m going home here / callin’ my mama on my phone sayin’ that I’m sorry.” Say he’s a jerk if you want and deserves for being so, but he sure does sound cool while he’s at it.

Besides being a lyrical wordsmith, Because put his other skills on display as he plays the piano motifs that open and carry the soft ballad-like quality of “Marlboro Black 2.” And that dissonant guitar solo at the outro of “December”? BJ Castillano, folks.

Because

Because brings in some quality collabs in here. R&B and Hiphop singer Leslie supplies the sexy vibe on “BMW” as she sings “kahit anong pwesto, kung saan ka kuntento / yung titig ko deretso lang sa’yo habang binabayo.” Rappers Yuri Dope and M$TRYO join Because for a 3-way lyrical jam on “Sawi.” John Roa appears again on the excellent “Di Na Sana,” supplying the track’s main melodic hook as Because gives him the suitable harmonic contrast.

Accompanying Because throughout the album is his usual collaborator and producer Emmanuel Salen a.k.a. NexxFriday, whose musical tag “ooh, I got NexxFriday in this beat” open a handful of tracks on this album. A modern day Hiphop production whiz who, by this time is fully in sync with Because, that he could probably produce the latter snoring and still make a tune out of it.

Hot tracks in the album include the rumbling beats and sexy synth riff of “Zoom,” the relaxed and vibe-y “Shortcut,” guitar-textured and catchy “Lagi (All The Time)” and practically every other track in here.

And Because knows it too. Asked what song listeners should focus on, he points out, “to be honest I can’t decide. On past albums there are tracks that clearly stand out from each other but this album I feel is so cohesive.”

“It’s like a whole movie. I don’t really recommend skipping.”

Related Tags

Because " "BMW "Heartbreak SZN
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.