top of page
Ferguson0965-57_3042_CANVAS.jpg

- リフ-
音楽

RIFF - Music の公式ウェブサイトへようこそ。ぜひご登録いただき、投稿、イベント、その他最新情報をいち早くチェックしてください。

 

今後の展開にご注目ください!

NEW SINGLE RELEASE - FBC (2)_edited_edited_edited_edited.jpg
Premium Upgrade Required

Please upgrade to Premium plan to remove the watermark and access Spotify widget settings

バイオグラフィー
RIFF について知る

パフォーマー、ソングライター、作曲家、そしてセッションミュージシャンとして、ロック、ポップ、オルタナティブ、フュージョン、プログレッシブロック、アヴァンギャルドなど、幅広いジャンルの音楽を手掛けています。Riffは長年にわたり、オーストラリア各地のパブ、クラブ、フェスティバル、企業イベントなどで演奏、レコーディング、そしてセッションミュージシャンとしての活躍を続けています。

 

長年のツアー活動の中で、ピート・マーレー、ケイシー・チェンバース、1927、ブライアン・キャド、シャノン・ノル、ウィルバー・ワイド、ベイビー・アニマルズ、ユー・アム・アイなどのサポートを務めるという栄誉に恵まれました。また、ケイティ・ヌーナンやフランキー・J・ホールデンとも共演しています。

 

2024年6月14日、RIFFはデビューアルバム「Travel By The Waters」をリリースし、注目のシングル「Travel By The Waters」と「The Mirror」を収録しました。

 

2025年1月3日、RIFFはスタンドアロンシングル「So Many Memories」をリリースしました。

NEW SINGLE RELEASE - FBC (2)_edited_edited.jpg

メーリングリスト

完全な情報パックを入手し、無料プレゼントを獲得するチャンスを得るには、電子メールによる更新を受け取るように必ず登録してください。

Thanks for submitting!

Ferguson0965-88.jpg

ENQUIRIES

Thanks for submitting!

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); });