Added VST3/AU plugins for DAW integration#2187
Open
rokujyushi wants to merge 81 commits into
Open
Conversation
`filePath`を`project.FilePath`に変更し、例外発生時に表示されるファイルパスを正確にしました。これにより、デバッグ時の情報が向上します。
…penUtau into add/vst-integration
以下のサブプロジェクトにおいて、コミットが更新されました: - asio: コミット `1f534288b4be0be2dd664aab43882a0aa3106a1d` から `231cb29bab30f82712fcd54faaea42424cc6e710` へ - choc: コミット `85149958b6d0e51885eefba8816b51798570b54b` から `b262a1fd6352c0d07f946a7bb7122b644bee7ade` へ - dpf: コミット `00ae9933a791143c966282a547fa87e82fdf3498` から `d47aaadfdfe47b7841bf03b76971fa83579f6a64` へ - dpf_widgets: コミット `239093553d0018bccd45a132a31180852f995505` から `0b67fb4957ad74a8c7b0579370ff6edeab65e6f6` へ - zlib: コミット `d476828316d05d54c6fd6a068b121b30c147b5cd` から `5a82f71ed1dfc0bec044d9702463dbdf84ea3b71` へ
…added a reconnection feature.
- Introduced ConnectionState enum and UiSnapshot struct for better state management. - Updated connection handling logic to improve thread safety and clarity. - Enhanced UI to reflect connection state and last error messages. - Refactored state setting methods for plugin name and output mapping.
…tectures and add dependency downloads
This reverts commit 530d3ef.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #1266 Handover
Overview
Adds a DAW integration feature to use vocals edited and rendered in OpenUtau within a DAW.
It connects the VST3/AU plugin and OpenUtau via local communication to synchronize projects, track configurations, and rendered audio.
Main Changes
Build Targets
Checklist
Supplementary Information
This is currently an experimental feature. It is recommended to save your project frequently when using it.