-
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] Scoreからのピアノロール表示 #986
Comments
An advice, I recommend OpenUtau. It's open source and cross platform, which means you can modify it to dock with voicevox engine, saving a lot of time from building the whole SVS UI from scratch. edit: typos |
Thanks for the advice, @Patchethium san! Please take a look here! @Patchethium さん、アドバイスありがとうございます! こちらをご覧ください! |
I mean, why do we have to build it ourselves on electron? I don't see the point in doing so, especially given such mature open source projects like openutau. Since the engine is separated from the editor, it can't be hard to use one for TTS, one for SVS, and it's obvious less time consuming. |
What we can do is quite different! Well, in any case, this discussion may be different from the purpose of this issue. Let's discuss it here if you need more! できることがかなり違います! まあいずれにせよ、この議論はissueの目的と異なるかもしれません。続きが必要な場合はこちらで議論しましょう! |
ではvoicevox_projectのissueに移ります、失礼しました。 |
* #986 鍵盤およびY軸表示 * 11月仕掛かり分 * #986 MIDIからの表示 * #986 一応ながら追加/削除/歌詞入力が行えるようにする * #936 ズーム動作(試行) * #986 表示時にスク ロール位置をC4周辺に+スクロール速度確認 * #986 表示調整 * #986 調整 * #986 指摘点修正他 * #986 遅いためSVG化(仕掛かり) * #986 ノートのSVGグリッド にあわせた処理 * #986 スタイル指定をCSSクラスに修正 * #986 表示最適化+ズームをoninputで即時 * #986 ノートコンポーネント(予約空ファイル) * #986 小節ライン * #986 バー追加時は1/4 * Update src/store/singing.ts Co-authored-by: Sig <sigprogrammer@gmail.com> * Update src/store/singing.ts Co-authored-by: Sig <sigprogrammer@gmail.com> * #986 ノート追加後そのままドラッグを考慮しmousedownに変更 * #986 見た目調整 * #986 translateで位置指定 --------- Co-authored-by: Romot <romot@romotmbp16.local> Co-authored-by: Sig <sigprogrammer@gmail.com>
project-s達成に従って解決されたと思われるのでcloseします! |
内容
ピアノロールの表示実装およびScoreからのノートの表示を追加します。
表示までとし、編集や操作は行わない予定です。
ピアノロール
ピアノロールの表示・ズーム考慮
ノート
ピアノロールに対しScoreからノートを表示できるようにする
歌詞なし・横ズーム考慮・縦幅固定
実現方法
その他
作業がかぶらない・齟齬がないよう事前調整できればと思います!
#981
The text was updated successfully, but these errors were encountered: