-
Notifications
You must be signed in to change notification settings - Fork 306
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
[project-s] ピアノロールにノートを表示/追加/削除できるようにする #1102
Conversation
…lay_pianoroll_from_score
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ピアノロールの作成、お疲れ様です!!
ノートの追加もできるようになっていて凄いです…!
リファクタ中かもですが、いくつかコメントをしましたので、ご確認よろしくお願いいたします!
9037df4
to
6b8f301
Compare
@Hiroshiba @sigprogramming @y-chan sigさまには先にレビューいただきありがとうございます! |
a624ec2
to
8dcc536
Compare
a3bf133
to
df58348
Compare
Co-authored-by: Sig <sigprogrammer@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!ピアノロールの作成お疲れ様です!!
@sigprogramming |
@Hiroshiba さん、 @y-chan さん、おてすきでレビューお願いいたします…! |
@sigprogramming すみません大変失礼しました!! 🙇♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
形になってきてワクワクしますね!!!
SVGってpatternというのがあるんですね、知りませんでした。
細かい部分がちょっと追えてないかもですが、今はガシガシ実装のフェーズかなと思うのでスピーディにマージしていくのが良いのかなと思いました!
いくつかコメントしているのでマージはおまかせしたいと思います 🙏
const gridY = midiKeys; | ||
const gridX = computed(() => { | ||
const resolution = store.state.score?.resolution || 480; | ||
// NOTE: 最低長: 仮32小節...MIDI長さ(曲長さ)が決まっていないため、無限スクロール化する or 最後尾に足した場合は伸びるようにするなど? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
無限スクロール化はなかなか腕の見せ所な気がしますね!
理論上は画面上に映ってるものだけを制御できれば良いはずですが、パッと良い実装は思いつきませんでした。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hiroshiba
こちら再生でスクロール移動などもあるので、virtural scroll化がいいかななどと考えておりますが、
今後考慮できれば…!
@Hiroshiba @sigprogramming |
内容
関連 Issue
ref #986
close #986
スクリーンショット・動画など
2023-01-17.18.06.03.mov
その他