nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Steinberg VST SDK #129

Open JR2Media opened 3 years ago

JR2Media commented 3 years ago

https://www.steinberg.net/en/company/developers.html

mavavilj commented 2 years ago

I was interested in implementing this or helping with this, but I am unsure about how to begin since I have no previous experience in wrapping the VST SDK.

I've read that there could be two approaches:

I am not sure about what is preferable though.

mavavilj commented 2 years ago

Although, how about

https://github.com/free-audio/clap

instead?

Araq commented 2 years ago

implementing the VST 2.4 specification and .dll building from scratch in nim using ctypes

That's usually what I prefer fwiw.