recommended way to pass audio from other process to vst output #486
Unanswered
SeleDreams
asked this question in
Q&A
Replies: 3 comments
-
So the audio comes from a separate process? |
Beta Was this translation helpful? Give feedback.
0 replies
-
can it be done if the other process is in c# tho ? i think it might be trickier |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have no experience with that, so cant really tell. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've been with dpf programming a plugin for OpenUTAU allowing to use openutau in a daw by using TCP to transmit the time of the daw, the play status etc
here's the current status https://youtu.be/ybWCgldQiF4
however right now the audio is directly played by openutau, i'm looking for the most efficient way to send the audio directly to the vst.
Do you have any ideas about the best way to go about it ?
the vst is C++ but openutau is C# under .net core
Beta Was this translation helpful? Give feedback.
All reactions