Can I use VST's inside GoDot and how can that be done ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By atomjelly

Downloaded a VST to use inside GoDot and also interested using DAW’s but don’t see how to install it in the docs.

:bust_in_silhouette: Reply From: zhyrin

There is no built-in support for this, and it’s unlikely it’ll be added.
This seems like a very niche feature.

In regards to using DAWs, if you mean having a DAW communicate with godot, I can give a few very vague directions:

  • Ableton live has max4live built in; in the max environment you can make a udp connection and maybe some higher level networking as well
  • Some DAWs might support communicating with an arduino or similar SoC (Ableton does this through max4live I believe, go figure), which may be also useful for establishing a connection