Hi, I’m looking for some guidance where to start if I want to create a simple Audio Suite plugin for Pro Tools. I have no coding experience but have been an audio engineer for over a decade. Looking for all and any advice/guidance or anyone who would like to collaborate!
I started here:
https://www.learncpp.com/
And graduated to here:
https://juce.com/learn/tutorials/
You will also want to make use of git for version control. I like using VS Code for that, with the Gitlens extension, which visualises your history nicely so you dont have to type as many commands.
To get started writing code without having to worry about compiling, you can use an online c++ debugger:
Good luck!
1 Like
