ADVERTISEMENT

Claudia lays 'Everything' down with rapper Because on new collab

Published Feb 7, 2022 01:26 pm

Claudia x Because

One is the most gorgeous face in high-end Pinoy pop. The other is one of the biggest and most prolific Pinoy rap act in the scene today. The former meticulously picks her music projects, the latter is a prolific music artist with several albums under his belt.

But it can be both agreed on that Claudia and Because is the future of Pinoy pop.

Only in their 20s and brimming with talent, Claudia and Because can be relied upon to be tastemakers in their chosen fields of pop. It’s not so far off to say that it is expected of them— at least those who know them, their peers and music label—know that both can come up with the best sounding music they can possibly imagine.

So it is with excitement that both music acts have broken the ice and collaborated on a new and original track that many hopes will be the first of, hopefully, many more musical crossovers between the two.

Said new track, titled “Everything” is the latest single to come from Claudia since she became a Viva Records artist. The vibe-y modern pop track has a healthy heaping of R&B and of course, rap courtesy of Because who is featured on said new single from Claudia.

This is not the first time that Claudia and Because have worked together. The two music artists are among the headlining music acts on Viva Live’s digitally streamed music event titled “ARRIVAL.”

“When the Arrival was pitched to me, they had introduced me to a number of other talented artists. Because was one of the artists I felt I could easily collaborate with,” said Claudia.

From there, the two hit it off musically, resulting in this modern and highly stylized pop track.

The sound is of course all Claudia, who’s been methodically building a reputation as a modern Pinoy pop tastemaker. Her previous releases have a common denominator – all are steeped in R&B, Lo-fi feels with elements of Hiphop beats, and a moody demeanor to it. Her debut single with Viva Records and its follow up, titled “Nothing To Do” and “Be It,” respectively, are prime examples.

With “Everything,” the whole writing “happened during our first in-person meeting and within one studio session. We wrote and recorded everything during that day.”

And while the new track’s sound and style is all Claudia, she had envisioned the “BMW” hit rap artist from the start, saying, “I consciously did. I’ve always wanted to experiment with a little bit of melodic rap. Because had come up with an original melody that made it easy for me as a singer to translate my singing into that type of melodic rapping.”

Claudia only has high praises for his collaborator. “He is one of the most talented people I’ve met so far and he writes and raps with such ease, it’s so inspiring!”

Expect more Claudia x Because and from other collaborators, as the musical Barretto admits that more is to come in future. “Definitely. We have some things in the works as we speak, (among those are) an Electronic EP, (more) singles, (and) collaborations,” shared Claudia.

Claudia is finishing her studies soon. “I’m really into psychology so this is another interest I would like to develop further," she reveals. But at the same time, the “Everything” singer “is looking into different creative avenues I can pursue as a career.”

Related Tags

everything CLAUDIA Because
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.