top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

RIFF's Latest EP 'Early Riser' on CD: Coming Soon!

RIFF is set to release his brand new EP Early Riser on Friday, 22nd of May, and it's shaping up to be an exciting moment for RIFF fans, music lovers and guitar enthusiasts alike.


Early Riser showcases everything that makes RIFF stand out as a musician, songwriter and performer, a fresh collection of tracks that highlight his signature sound, blending rock, pop and alternative energy into something that's entirely his own.


The EP will be available on CD, giving fans a tangible connection to the music. High-quality sound and a physical copy worth adding to any collection. For those who love music in a format you can actually hold, this one's a must-have.


Close-up view of a CD case with album artwork
Close-up view of a CD case with album artwork. Photography by Adam Marsh.

RIFF Latest EP on CD: What to Expect


Featuring four original tracks — Time (This Moment Should Stay), Pictures Of A Paradise, Born To Rock Again, and the title track Early Riser — this EP is a snapshot of everything that makes RIFF's sound so hard to pin down and impossible to ignore. Blending rock, blues, and acoustic elements, each track has been crafted with intention, drawing on years of live performance experience and a genuine passion for the art of songwriting.


The EP moves through moods effortlessly — from the high-energy anthems built for stages and open roads, to quieter, more introspective moments that hit just as hard. Detailed liner notes accompany the release, offering a look behind the curtain at the stories and inspiration that shaped each song.

Whether you're a long-time fan or hearing RIFF for the first time, Early Riser is the kind of record you'll come back to.


Eye-level view of a CD player with a disc inside
Eye-level view of CD disc inside jewel case.

Why CDs Still Matter


In a world of playlists and algorithms, there's still something special about holding music in your hands.


Physical CDs deliver a listening experience that streaming simply can't replicate. Richer sound, real artwork and something tangible you can actually own. And when you buy a CD, your support goes directly to the artist, helping fund the recordings, the road and everything that goes into making music worth listening to.


Early Riser isn't just something to stream and forget. It's a keepsake; artwork, liner notes and four tracks made with real care, designed to be revisited.


For fans, fellow musicians, and anyone who still believes music deserves more than a 30-second skip, this one's for you.



How to Get Your Copy of RIFF’s New EP


Early Riser is available for pre-order now! Grab your copy at https://www.mrriffmusic.com/product-page/early-riser-cd.


Buying direct is the best way to support RIFF and help keep the music, the tours, and the new projects coming. Every copy sold makes a difference.


Event organisers, the CD is also a great tool to have on hand at live shows and workshops. It drives engagement, gives fans something to walk away with, and opens the door to on-the-night sales.


Keep an eye out for special offers around the release, including signed copies, limited edition packaging and bundled merch. Follow RIFF on socials and check the website to make sure you don't miss out on any exclusive deals.





Comments


bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });