1. Hirone’s Cozy Music & Talk
  2. 【MSD2509】The Show / Lenka
{ if (!this.player) return; this.time = this.player.currentTime; if (!this.player.paused) { setTimeout(updateTimeFn, this.interval); } }; setTimeout(updateTimeFn, this.interval); gtag('event', 'audio_start', { 'audio_title': '【MSD2509】The Show / Lenka', 'audio_url': 'https://listen.style/p/hirone/6yqvorrk', 'audio_current_time': this.time }); }); this.player.addEventListener('timeupdate', () => { this.updateProgressBar(); if (this.hasPlayed && Math.floor(this.time / 30) != Math.floor(this.lastPosition / 30)) { this.updatePosition(); } // 95%以上再生で完了リクエスト送信 if (this.player.duration > 0 && this.time > (this.player.duration * 0.95) && !this.completedSent) { this.completedSent = true; this.updatePosition(); } // 巻き戻しリセット if (this.player.duration > 0 && this.time < (this.player.duration * 0.9)) { this.completedSent = false; } }); this.player.addEventListener('pause', () => { this.playing = false; if (this.hasPlayed) { this.updatePosition(); } }); window.addEventListener('beforeunload', () => { if (this.player && !this.player.paused) this.updatePosition(); }); this.player.addEventListener('ratechange', () => { this.updatePlaybackRate(); }); this.player.addEventListener('loadeddata', () => { if (this._loadeddataTriggered) return; this._loadeddataTriggered = true; this.player.currentTime = this.time; this.lastPosition = this.time; this.player.playbackRate = this.speed; }, { once: true }); }, playEpisode(start) { // console.log('play', this.time); if ((start <= this.player.currentTime) && (this.player.currentTime <= (start + 5))) { if (this.player.paused) { this.player.play(); } return; } this.time = start; this.player.currentTime = this.time; this.player.play(); // console.log(this.time); }, togglePlay() { this.player.paused ? this.player.play() : this.player.pause(); }, updatePosition() { this.lastPosition = this.time; fetch('https://listen.style/p/01jx532704y7he26hwracfgnq3/01k4tr5yc9r176jdz5sw9xwp4c/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'pnBVKfTAQvTNBvr6J4sHP8CrIigeUzfp8vcliTZb'} }); }, updatePlaybackRate() { fetch('https://listen.style/update_playback_rate', { method: 'POST', body: JSON.stringify({ rate: this.player.playbackRate }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'pnBVKfTAQvTNBvr6J4sHP8CrIigeUzfp8vcliTZb'} }); }, updateTime(t) { if (t < 0) { t = 0; } else if (this.player.duration < t) { t = Math.max(this.player.duration - 3, 0); } this.time = t; this.player.currentTime = t; this.updateProgressBar(); }, updateProgressBar(percent) { if (!percent) { percent = this.time * 100 / this.player.duration; } this.progressBar.style.width = percent + '%'; this.progressBar.parentElement.setAttribute('aria-valuenow', Math.floor(percent)); }, setupKeyboardShortcuts() { document.addEventListener('keydown', (event) => { const playerElement = document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA' || document.activeElement.isContentEditable; if (playerElement) return; // Ignore key events when input or textarea is focused const shiftNotAllowedShortcuts = ['Space', 'KeyK', 'KeyM', 'ArrowLeft', 'ArrowRight', 'KeyJ', 'KeyL', 'KeyS', 'ArrowUp', 'ArrowDown']; if (shiftNotAllowedShortcuts.includes(event.code) && event.shiftKey) { // If shift is pressed and the shortcut should not allow shift, return return; } switch (event.code) { case 'Space': case 'KeyK': event.preventDefault(); this.togglePlay(); break; case 'KeyM': event.preventDefault(); this.player.muted = !this.player.muted; break; case 'ArrowLeft': event.preventDefault(); this.updateTime(this.time - 5); break; case 'ArrowRight': event.preventDefault(); this.updateTime(this.time + 5); break; case 'KeyJ': event.preventDefault(); this.updateTime(this.time - 10); break; case 'KeyL': event.preventDefault(); this.updateTime(this.time + 10); break; case 'KeyS': event.preventDefault(); this.addStar(); break; case 'Period': // > event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) + 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'Comma': // < event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) - 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'ArrowUp': event.preventDefault(); this.changeVolume(parseFloat(this.volume) + 0.05); break; case 'ArrowDown': event.preventDefault(); this.changeVolume(parseFloat(this.volume) - 0.05); break; default: break; } }); }, changeVolume(volume) { if (this.player && (volume >= 0 && volume <= 1)) { this.volume = volume; this.player.volume = this.volume; } } }" x-init=" window.addEventListener('notify', event => { showNotification(event.detail.message); }); window.addEventListener('replace-text', event => { replaceText(event.detail.searchString, event.detail.replacementString); }); const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); if (mediaQuery.matches) { document.documentElement.classList.add('dark'); } setupKeyboardShortcuts(); ">
【MSD2509】The Show / Lenka
2025-09-11 03:56

【MSD2509】The Show / Lenka

🎶 11日は、スタエフの音楽の日🎙️
今月のMSDでは、Lenka(レンカ)の人気曲
「The Show」 をカバーしました!

2008年リリースのこの曲は、
「人生は迷路、愛はなぞなぞ」という冒頭の歌詞から伝わるように、軽やかに受け止めるような、ポップでユニークな1曲🎪

実はこの曲、人生にちょっと疲れ気味だった
シンガーソングライター2人が
想いをぶつけ合い、遊ぶように作ったという背景があるそうです。

🎸hatokaの今回のアレンジは…
✔️ アコースティックギター
✔️ ウクレレベース
✔️ タンバリン

少ない楽器編成ながら、
原曲の空気感を大切にしつつ、軽やかで温かい雰囲気を目指しました🌿
明るくて、ちょっと不思議で、クセになる世界観にご注目ください♪

🌟歌詞の最後に出てくる「I want my money back」の意味は…?
実は気になりすぎて、調べた結果をアフタートークでご紹介しています🤣
【アフタートーク】では、他にも今回の裏話、
そして1周年迎えて、今後のhatokaの目指す活動についても語っています🎙️

アフタートークはhatoka公式LINE登録特典で限定配信中🎁
気になる方は、ぜひLINEでお友達登録して聴いてみてくださいね♪


🎉そして今月でMSD参加1周年!🎉
1年間、毎月コツコツと作品を届けてこれたのは、
聴いてくださるあなたのおかげです。心から感謝しています✨

来月でMSD参加も2年目突入!これからもよろしくお願いします😊
#hatoka曲 で過去作品もぜひチェックしてみてください♪

🎤 楽曲申請済み



MSD企画者の方々✨いつもありがとうございます☺️
🔽さとうゆうさん
https://stand.fm/channels/5f5df6ccf04555115dbf71a7

🔽akkiさん
https://stand.fm/channels/5f69f921f04555115d071b5d

今回もみなさんのMSDを聴くのが楽しみです💕😆

🎶過去参加した放送🎶 夫婦デュオhatoka(ハトカ)の曲は #hatoka曲 でまとめて聴けます❗️


🌟8月
【MSD2508】Top of the World / Carpenters
https://stand.fm/episodes/689187f5d4aa320ed1ab2bf6

🌟7月
【MSD2507】My Heart Will Go On
https://stand.fm/episodes/686f5204da6437d42f39f77e

🌟6月
【MSD2506】The Girl From Ipanema
[https://stand.fm/episodes/6847cce7aec4ae9862079764](https://stand.fm/episodes/6847cce7aec4ae9862079764)

🌟5月
【MSD2505】Here Comes The Sun /The Beatles
[https://stand.fm/episodes/681f36cdb8803370247258d2](https://stand.fm/episodes/681f36cdb8803370247258d2)

🌟4月
【MSD2504】Wonderwall / Oasis
[https://stand.fm/episodes/67f72cfe2f6b3e9cfdf5e423](https://stand.fm/episodes/67f72cfe2f6b3e9cfdf5e423)

🌟3月
【MSD2503】I Want It That Way / Backstreet
[https://stand.fm/episodes/67cee239bea3a05b32cdff75](https://stand.fm/episodes/67cee239bea3a05b32cdff75)

🌟2月
【MSD2502】Sunday Morning / Maroon 5
[https://stand.fm/episodes/67a98ffd70171110b39e1ee9](https://stand.fm/episodes/67a98ffd70171110b39e1ee9)

🌟1月
【MSD2501】Take Five
[https://stand.fm/episodes/6780e6e4b789f8e1c091ac02](https://stand.fm/episodes/6780e6e4b789f8e1c091ac02)

🌟12月
【MSD2412】Crawling(リンキン・パーク)
[https://stand.fm/episodes/67516d8b139347bad3ff9925](https://stand.fm/episodes/67516d8b139347bad3ff9925)

#MSD2509
#MSD
#hatoka曲
#洋楽カバー
#アコースティックカバー
#夫婦ユニット
#ギター弾き語り
#音楽が好きな人と繋がりたい
---
stand.fmでは、この放送にいいね・コメント・レター送信ができます。
https://stand.fm/channels/64a76e76b352effb9df4223d

感想

まだ感想はありません。最初の1件を書きましょう!

00:00
🐯 Sound Hodori 사운드 호돌이 サウンドゥ ホドリ
Instagram & Twitter のサウンドゥ ホドリ
Instagram & Twitter のサウンドゥ ホドリ
Instagram & Twitter のサウンドゥ ホドリ
03:56

コメント

スクロール