Audio DSP C++ mainly JUCE beginners course recommendations
Started by 5 years ago●2 replies●latest reply 5 years ago●796 viewsI want to learn C++ & JUCE for audio signal processing applications, but I have no clue from where to start.
I have a fairly good understanding of the math behind it, DFT etc.. and I worked for a while with Max MSP.
I only found one course on C++ and JUCE in Kadenzee but it was really expensive and had bad reviews so I am not sure about this one. and I started now a course on Udemy For C++ & unreal engine to just get on my feet with C++.
Any other good recommendations? Any help is highly appreciated.
Dale-
Have you already done some C programming ? If so then learning C++ is straightforward. If not then I suggest first doing an online course in C. It's like learning a foreign language -- you don't want to get hung up on basic/small things when you're in the middle of absorbing new material, so you gotta get those out of the way first.
In either case, I suggest to learn basic C++ first then JUCE. JUCE is a framework and anyone teaching that would expect you already know C++
-Jeff