ADVERTISEMENT

Jace Roque's 'Forever' video earns over 1 million views

Published Mar 11, 2021 07:43 pm
Jace Roque

Even if the pandemic has made it hard for artists to put themselves and their work out there, Top EDM artist Jace Roque has beaten the odds. The music video for his latest single “Forever” has earned over 1 million views.

“It feels surreal, to be honest,” he says of his latest achievement. “After working so hard to keep my single afloat and revelant during these trying times, I never really expected it to reach this milestone. I hoped that it would do well and yet it exceeded my expectations.”

“Forever” dropped on March 27, 2020—exactly two weeks after Metro Manila was placed under enhanced community quarantine (ECQ) due to the COVID-19 pandemic. As such, Jace wasn’t able to promote the song properly. He also had to postpone the music video shoot.

The song debuted at No. 20 on iTunes Philippines, but he wasn’t satisfied because he knew it could do better. When he was finally able to shoot a video, he pulled out all the stops, which included choosing the perfect location: a Korean-owned venue called SilverMoon Studio.

“Mr. Moon, the owner, was supportive of my vision from the very beginning. From the moment I first sat down with him, he was already on board and impressed. I’m glad that I managed to repay his support with the success of my music video,” Jace says.

SilverMoon Studio is a photography studio located in the heart of Cubao, Quezon City. Many happy couples have had their prenuptial photo shoots there. Jace believes the studio’s romantic vibe matched the message of his song, making it the perfect backdrop for the music video.

The music video breathed new life into “Forever.” After it dropped, Jace was able to appear on It’s Showtime Online Universe, iWant ASAP, MYX, and Wish Connect.

“Doing guestings during these trying times is so different from what I’m used to. Hindi na kami pumupunta sa mga studio. Artists film themselves performing at home or wherever, tapos they edit and send their videos to the production staff. Buti na lang may background ako in film, so hindi mahirap para sa akin gawin yun. Pero I still want things to go back to the way they were. I miss performing on stage, in front of a live audience. I hope our situation will get better this year,” Jace says.

Thanks to his appearances and the support of the entertainment press, “Forever” stayed on the charts despite the state of the industry. What’s more, its music video is now Jace’s most-viewed one to date.

“I want to thank the members of the media who wrote about ‘Forever,’ and the shows na nagbigay ng time sa akin. Without their support, I don’t think I would’ve been able to reach this milestone, lalo na ngayong may pandemic. I’m very grateful,” he says.

Now that the “Forever” era is drawing to a close, Jace is already thinking about what his next single should be. He already has some songs in the running, both of which bear his trademark: introspective lyrics and an EDM meets P-Pop sound. He doesn’t know when he’ll release it, but he knows he’d rather do so under a major label.

Jace has achieved things other independent artists can only dream of achieving. Still, he admits that a contract with a major label is something he’s been working towards for years.

“I’ve always dreamed of being signed to one of the majors,” he says. “At this point in my career, I want to be under a label that truly understands my artistry.”

If he does end up signing with a major label, Jace will be a credit to them. After all, he already has a number of hit singles and a viral video under his belt. Imagine how much higher he can soar with the support of a major label!

Related Tags

Jace Roque Forever
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.