ADVERTISEMENT

St. Wolf unveils new album 'Temple'

Published Nov 15, 2021 01:43 pm

St. Wolf


ST. Wolf's new album "Temple" is an interesting drop under Warner Music Philippines, with the band's record being pushed onto broader waters.


Coming off as a collection of their musical influences, "Temple" brings themes of self-realization and mutuality.



According to Vince Lucero, guitarist of the band, " 'Temple' plays around the themes that include the interconnectedness of our inner and outer worlds. Our world is sick because the people in it are also “sick” internally. Until we realize and accept that, that will be that window where we can make a choice: whether to continue with our
ways, or to improve. If we do choose to improve, the world around us improves as well, but before that happens, it takes a collective effort of the human family. If we don't, we will be stuck in the same cycle that we are in. The thing is, there really is no “right” or “wrong” choice. It’s all really up to you and what you want.''


Discussing the process of putting the album together, Vince said, "The album was written over the pandemic and most of its themes surfaced around what was happening around us. The difficult part was to come up with an album without being able to be physically together, and so it was a test to our chemistry as a band. To me, we had full trust in ourselves and in each other that we could still pull this body of work off."

He went on to say that this ongoing pandemic posed an unexpected challenge for the group's record production. "The biggest challenge was the fact that
we couldn't be in the same room. But in a way, this was one of the things that made us reflect about themes we wanted to tackle and write about," Vince added.


St. Wolf took on many forms across their new record. The group's 11-track album boasts mutating melodies that sound like a journey compressed in over forty minutes. The listener's first impression might examine the different musical styles, but further listening will give away the correlation of the tracks & lyrics.

"Temple" includes "Am I Enough, "TLKDN;" and current single "Infatuation.'' Along with other songs released via YouTube, the record demonstrates the lengths that the band can sonically go to.


After debuting in 2015, St. Wolf sought to make their mark in the highly competitive music scene with their progressing sound that they and their fans call swabecore". Looking back on their journey so far, St. Wolf's experimental production style allows the band to take on different sounds and come up with an album worthy of a
listen. Made together with sound engineer Emil Dela Rosa and Faspitch's Russell Manaloto, "Temple" earns its spot as a dynamic album by a group committed to move farther.


St. Wolf has long explored the range of human emotions through their songs. Despite some of its dark topics, the end products are never unsatisfactory. Given the trajectory that they are on in today's musical landscape, Vince shared
his take on constant music-sharing. "Just do it. Not just music, but anything you have a deep passion for. I acknowledge that this whole “music industry” thing is a numbers game, but this season of our existence taught me that we are all going to die at some point. It's a tough (red) pill to swallow but might as well make this whole journey worthwhile and make time to enjoy the little and big things"


St. Wolf's creative journey had its twists and turns. If you go back to their earlier recordings, you’ll find funky beats merged with emotive lyrics. Most recently, the band aims to infiltrate the convoluted music scene with a dark pop
release. "I hope that people will take the music as their own. I hope it will inspire others to inspire others. To know and decide for themselves their self-worth. To be wolves in a world of sheep," Vince said, talking about his hopes for
their album.

Everything that St. Wolf had learned and experimented over the years have led to this release. It might be far from their jump-off point, but this evolution proves that St. Wolf's fanbase can only grow larger.

Related Tags

temple St. Wolf
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.