omerss2311
Using Elixir to develop VST plugins? (/compiling Elixir to a DLL)
Hey, I was interested if Elixir can be used to develop VST plugins in some way?
From what I found on google there isn’t much info about this, and I’m not sure if Elixir in general can be compiled into DLL files, but am I missing something? Thanks ![]()
Most Liked
cmo
mpope
I’ve written a VST myself (an impulse response plugin to make audio sound as if it was recorded in my shower) using JUCE, and from what I understand you maybe could be able to use Elixir for the UI component state if you could hack it together. However I would assume that the BEAM cannot meet the performance requirements for the actual DSP portions. The processing window is extremely small. iirc you are suggested not even to call to malloc or allocate any objects, just twiddle pre-allocated arrays.
One experiment that I did want to try was coordination between two VSTs or two remote DAWs. My vision was that the VSTs would each have a thread that acted as a C node, with a main running Erlang node that held most of the state and acted as a message router. Never got around to it though.
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









