Hello, so after trying to play around with plug n script (which is great). I feel I really need to learn some audio programming fundamentals as I am going round in circles, could you point me in the direction of some resources for a beginner in audio plugin design?
Many thanks
Learning Plug'n Script Resources
-
- KVRist
- 40 posts since 6 May, 2021
-
- KVRer
- 28 posts since 17 May, 2008
How much programming experience do you have? If you are new to computer programming I suggest you start by learning some basics of programming - probably best to use C as that is very close to the AngelScript syntax that Plug'nScript uses. If you search the web for c programming tutorials you will find a vast array of options.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
And regarding DSP-specific topics, you can have a look in the resources section of the Plug'n Script manual, and the DSP development forum at KvR.
Also, a great source of information is the the incredible Letimix's Pns page, the Plug'n Script github repository, the very active Facebook group full of PnS experts. There are also more and more (mostly made by some of the Facebook group members).
Also, a great source of information is the the incredible Letimix's Pns page, the Plug'n Script github repository, the very active Facebook group full of PnS experts. There are also more and more (mostly made by some of the Facebook group members).
-
- KVRist
- 51 posts since 5 Sep, 2018
the best thing you can do is actually watching the cherno's c++ tutorial playlist on youtube. because anglescript is almost the same as c++ when it comes to the syntax and everything. the most significant difference is just the lack of pointers and some advanced features that you don't care about as a beginner anyway