What’s the best way to start coding DAW plugins like VST3 or AU?

0
3
Asked By MusicMaker91 On

I've been making music for about three years, focusing on sound design, mixing, and mastering. Now, I'm diving into programming and I want to know how to get started with coding DAW plugins such as VST3, AU, and AAX. I've read that most of these plugins are developed using C++, but I've also seen advice suggesting that beginners should start with Python instead. Can someone explain why C++ might be seen as a bad starting point? If I'm not overly concerned about complexity and quitting early, would it still be fine for me to start learning C++?

1 Answer

Answered By CodeExplorer99 On

Starting with C++ as a beginner isn't necessarily a bad idea. My school actually taught all its software engineering students C++ without any prior programming background. Personally, I find Python a bit trickier due to its flexibility—there are just so many ways to do things that it can get confusing, just like music production sometimes!

SoundCrafty88 -

I get what you mean! The flexibility in music and coding can lead to some chaos, lol.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.