1. Hirone’s Cozy Music & Talk
  2. 【MSD2501】Take Five
{ 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': '【MSD2501】Take Five', 'audio_url': 'https://listen.style/p/hirone/wy1p1yhz', '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/01jx5329kxwk40h8xv4dexnfeg/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': '3OHaYRzWTN2za960l4qvhkerCydtculqftk61bGO'} }); }, 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': '3OHaYRzWTN2za960l4qvhkerCydtculqftk61bGO'} }); }, 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(); ">
【MSD2501】Take Five
2025-01-11 03:07

【MSD2501】Take Five

11日はスタエフでみんなで歌う日🎤
出来立てほやほや♨️の新曲をお届けします😆

今回はジャスの名曲に挑戦💪
む、むずかしかった〜💦早口だし、キーの高低差がすごくて。歌ってみて、聴くほど簡単じゃないって気づき焦りました😓本番の収録に2時間半かかってます!

JUJUがカバーしていたこの曲は確かドラマに使われていたような…
単調だからこそ、アレンジ力が問われる曲!
いろんな方がカバーされていますが、個性があって聞き応えがありますよ✨

今回間奏は
ハビーさんがシックに語りをいれてみました❗️
我らのオリジナル歌詞です✨
その裏話は、ぜひぜひ公式LINE限定のアフタトークで聴いてみて🤣理由がいろいろありまして!

このTake Fiveの歌詞の意味は
「ちょっと5分でも時間をとって、自分を見つめてみようよ。忙しい中で目の前のことに少し目を向けてみない?」
と言う内容です。

忙しい時にぜひ聞いてみてね☕️


⭐︎楽曲申請済み



✳️こちらの収録アフタートークを
公式LINEにて限定URLとして配信中です❗️

なんと、ハビーさんが話してます🤣
これはレア‼️
新曲のアレンジで苦労したところはどこか?や
生演奏も少し入ってますので(将来のためLiveの予行練習😁)
良かったら公式LINEにてお楽しみください♪
無料です♪
  ↓
hatoka公式LINE
https://lin.ee/IUqvDlV



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


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



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


🎶過去参加した放送🎶

\デュエットのアーティスト名をhatoka(ハトカ)に決定/

#hatoka曲
でまとめて聴けます❗️

最新がこちら!
🌟12月
【MSD2412】Crawling(リンキン・パーク)
https://stand.fm/episodes/67516d8b139347bad3ff9925


🌟11月
【MSD2406】Englishman in New York(スティング)
https://stand.fm/episodes/672f13da4f43462175c3cf56


🌟10月
【MSD2406】Que Sera Sera(ドリス・デイ)
https://stand.fm/episodes/67068237f023f7f231399c9c


🌟9月
【MSD2409】Oh So Many Years(ビリー・ジョー&ノラ)
https://stand.fm/episodes/66e02c66c7ffe0d3443c4b6d


🌟8月
【MSD2408】Love Me Do(ビートルズ)
https://stand.fm/episodes/66b6e0bb0236fdb133a8648e


🌟7月
【MSD2407】My Cherie Amour(スティービィー・ワンダー)
https://stand.fm/episodes/668f3f69f30316eb26da9bdb



#MSD2501
#MSD
#hatoka曲
#歌ってみた
#洋楽カバー
#jazz
#音楽が好きな人と繋がりたい
#カバー曲
#ギター弾き語り
---
stand.fmでは、この放送にいいね・コメント・レター送信ができます。
https://stand.fm/channels/64a76e76b352effb9df4223d

感想

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

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

コメント

スクロール