-
Notifications
You must be signed in to change notification settings - Fork 310
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
ソング:MIDI読み込みを改善 #1982
ソング:MIDI読み込みを改善 #1982
Conversation
|
4ee9f95
to
e15afe5
Compare
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です!!
コメントの粒度が適切で分かりやすかったです!!
@@ -0,0 +1,166 @@ | |||
import { |
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.
IMPORT_MIDI_FILE
の大半をこっちのファイルに移動しちゃっても良い気がしますね!
だいぶ見やすくなりそうだし。こっちはindex.tsにして、import.tsを作るとかで。
まあもしよかったら別のプルリクエストでリファクタリングお願いできるとめちゃくちゃ助かります!
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.
(base: UInt8Array) => AbstractScore
に抽象化するのを考えています。
Co-authored-by: Hiroshiba <hihokaruta@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!!
内容
関連 Issue
スクリーンショット・動画など
(なし)
その他
synthv.midを作るのに使ったプロジェクト:synthv.svp.zip
とりあえずMIDIのメタイベントの歌詞に対応しました。XFフォーマットはパーサー書くのがしんどかったのと少なくともSynthVのMIDIは読み込めたのでパスしています。