ADVERTISEMENT

bbno$ drops 'Edamame (ft. Rich Brian) Diplo Remix'

Published Dec 20, 2021 09:57 pm

'Edamame Remix'

Today sees rising star bbno$ team up with Grammy award-winning DJ and producer Diplo to release the Edamame (ft. Rich Brian) Diplo Remix, out now via the bbno$ label in partnership with mtheory.

Following the global success of the ‘Edamame’ ft. Rich Brian, which has amassed over 153m streams across DSPs, reached #78 on the Spotify Global Top 200 Chart, trended on both TikTok and Shazam with 505k+ creations and over 1.4m Shazams, as well as being championed by both Capital FM and BBC R1’s Jack Saunders as his ‘Tune of The Week’; bbno$ is back with a huge house remix of ‘edamame’ by Grammy award-winning DJ and producer Diplo. This hypnotic new remix sees Diplo transform the up-tempo and bouncy original into a club-ready house anthem. While bbno$ and Rich Brian’s deftly delivered vocals remain forefront, Diplo flips the production on its head adding a propulsive beat, echoed refrains, and pulsating bassline to create a whole new sonic atmosphere for the track.

Edamame Remix Composite

‘edamame’ was the second single lifted from bbno$’s brilliant sixth studio album ‘eat ya veggies’, which has now amassed over 1 billion cumulative streams globally across all DSPs. The 12-track album features previous singles ‘yoga’ with Rebecca Black, ‘i remember’, ‘wussup’ as well as hit collaboration ‘edamame’ with 88Rising’s Rich Brian. A genre-blending nostalgia trip, the album sees guest features from Night Lovell, Rebecca Black and Rich Brian, alongside production from frequent collaborators Y2K and more.

After selling out shows all across North America, bbno$ will bring his EAT YA VEGGIES! Tour to the UK and Europe in early 2022, offering fans the first chance to hear tracks off the album live. Full tour dates are below and tickets can be purchased here: https://bbnomula.com/tour/

UK/EU TOUR DATES 2022

19 Feb 2022 Stockholm – Fryshuset

20 Feb 2022 Copenhagen – Lille Vega

21 Feb 2022 Oslo -- Parkteatret - SOLD OUT

23 Feb 2022 Warsaw – Klub Hybrydy

24 Feb 2022 Berlin – Gretchen

26 Feb 2022 Vienna – Grelle Forelle

27 Feb 2022 Munich – Muffatwerk - SOLD OUT

28 Feb 2022 Milan – Santeria Social Club

02 Mar 2022 Barcelona – Sala Razzmatazz 2

03 Mar 2022 Madrid – Sala Caracol

05 Mar 2022 Zurich – Komplex 457

06 Mar 2022 Amsterdam -- Paradiso Noord - SOLD OUT

07 Mar 2022 Antwerp -- Trix Club

09 Mar 2022 Amsterdam -- Paradiso Noord - SOLD OUT

10 Mar 2022 Cologne – Gebaude 9 - SOLD OUT

12 Mar 2022 Paris -- La Maroquinerie

14 Mar 2022 Birmingham – O2 Institute

15 Mar 2022 Glasgow – King Tuts Wah Wah Hut - SOLD OUT

16 Mar 2022 Dublin – The Academy - SOLD OUT

17 Mar 2022 Dublin – The Academy - SOLD OUT

21 Mar 2022 London – O2 Forum Kentish Town

22 Mar 2022 Manchester – Manchester Academy

Related Tags

bbno$ edamame
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.