ADVERTISEMENT

NCT DREAM returns with new studio album 'Dreamscape'

Published Nov 12, 2024 12:12 am

K-pop idol group NCT DREAM released their fourth full-length album “Dreamscape” on Nov. 11. 

The physical album will be available in stores starting Nov. 15. NCT Dream also unveiled the music video for the lead single, "When I’m With You." 

The 11-track album marked the next chapter in their storytelling from the earlier “DREAM( )SCAPE” mini-album, released in March, demonstrating the group’s continued artistic growth and exploration of reality versus dream-like fantasy through their music and visuals.

NCTDREAM (1).jpg

NCTDREAM (3).jpg

NCTDREAM (2).jpg

 

NCTDREAM (4).jpg

NCT Dream (SM Entertainment)

Where “DREAM( )SCAPE” bristled with darker realities and themes of growing pains, the new “Dreamscape” showcases vibrant and emotive fresh songs that blend pop, hyper-pop, house, and R&B.

The album was released just weeks after wrapping up the successful US leg of their third world tour, “The Dream Show 3: Dream( )Scape.” 

NCT Dream will return to the US in December, joining select dates of iHeartRadio’s Jingle Ball Tour including Los Angeles on Dec. 6, Chicago on Dec. 9, Detroit on Dec. 10, and New York City on Dec. 13. 

Spanning 36 shows across Asia, South America, North America, and Europe, the world tour is one more milestone for NCT Dream. 

DREAM( )SCAPE” beat their own first-day sales record set by their third studio album, 2023’s “ISTJ”, which went on to sell 4.32 million copies, becoming the sixth best-selling album globally in 2023 (according to the IFPI Global Charts). 

“DREAM( )SCAPE” also marked the group’s fifth consecutive release to sell over two million copies, building huge anticipation for the keenly awaited new album.

“DREAMSCAPE” tracklist 

1. INTRO : DREAMSCAPE: a hyper-pop exploration of NCT DREAM’s alternate dream-like reality, or “dreamscape.” The bright, bubbly melody is interrupted by sound distortions and glitches, an intriguing preview to the album’s journey.

2. When I’m With You: The lead single is a house-based electro-pop track exploring the complexities and realities of falling in love. Featuring a rap verse written by member Mark, the euphoric tune is a tailspin of joy and confusion that personifies the overwhelming feeling that comes with love and dreaming. 

3. Flying Kiss: Written by member Haechan, the track is a mix of rhythmic pop and rock that paints a dreamy picture of falling in love.

‘4. i hate fruits: The theme of dreamy acts of falling in love continues with ‘i hate fruits’, using hyper-pop synths to examine the ups and downs of love. Written by Mark, the lyrics compare love to an addictive sweet fruit you adore so much you almost want to hate it.

5. No Escape: Further into “Dreamscape,” the group delves into darker themes with this song, which explores a nightmarish reality filled with lies.

6. Best of Me: The 80s pop-infused banger is another Haechan-penned song. It delves into the deception and allure of a dark reality.

7. You (숲): ‘You (숲)’ represents a turning point in the album, where they begin to seek light in this darkness, with newfound determination.

8. 하늘을 나는 꿈 (Heavenly): The seven members come closer to their dream world with evocative lyrics that capture the child-like dream of flying in the sky in this hopeful song.

9. 밤 (Night Poem): The previous track flows smoothly into this song- the music evoking visuals of a deepening night sky similar to a darker growing love.

10. Off The Wall’: The payoff of such an emotional labyrinth is the album’s penultimate song, a disco-funk flavored pop record that conveys the importance of letting go and having fun.

11. Rains in Heaven’: The concluding track is NCT DREAM’s English single released in August, co-written by Mark with Adrian McKinnon and British pop songwriter Bryn Christopher (who has worked with the likes of Sigala and Louis Tomlinson). 

Related Tags

NCT Dream
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.