Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ソング: ループ範囲を設定できるようにする #2281

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

romot-co
Copy link
Contributor

@romot-co romot-co commented Oct 1, 2024

内容

以下の内容を行います

  • ループ範囲を設定できるようにする
  • ループをON/OFFできるようにする
  • ミニマップ(トラックリスト)からもループすることを見越す

関連 Issue

ref #2224
close #2224

スクリーンショット・動画など

loop-area-720.mp4

その他

Copy link
Contributor

@sigprogramming sigprogramming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ループ機能の実装ありがとうございます!

src/sing/audioRendering.ts Outdated Show resolved Hide resolved

onUnmounted(() => {
window.removeEventListener("mousemove", onDrag);
window.removeEventListener("mouseup", stopDragging);
Copy link
Contributor

@sigprogramming sigprogramming Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mouseup時にルーラーのonClickも実行されちゃっているかも?

@romot-co romot-co marked this pull request as ready for review October 19, 2024 02:32
@romot-co romot-co requested a review from a team as a code owner October 19, 2024 02:32
@romot-co romot-co requested review from Hiroshiba and removed request for a team October 19, 2024 02:32
@sigprogramming
Copy link
Contributor

sigprogramming commented Oct 19, 2024

試してみました、デザインとても良いと思います!

ループ範囲の設定ですが、mouseup時に設定が完了しないときがあるかもです、gifを撮ってみました。
(ループ範囲内かつループの線の少し下でmouseupしたときにこうなるっぽい…?)
mouseupしてもループ範囲の設定が完了しない

また、カーソルが切り替わる境界と、ループ範囲設定の判定の境界が一致していないかも?
pointerカーソルになっている状態でクリックorドラッグしてもループ範囲が設定されないことがある)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ソング: ループ範囲を設定できるようにする
2 participants