Hi,
im really new to dsp and audio programming and i am just getting started with Juce, C++ and all that so i am going through all the tutorials and try to understand everything as good as possible. I do have some programming knowledge, however none in C++.
My problem is: The Juce Tutorials doesnt make sence sometimes for the project setup.
For example: JUCE: Tutorial: Build an audio player
Here i should be able to create an audio application within jucer and then follow along the tutorial if i understood this right. However there is no “MainContentComponent class” within my project, just a “MainComponent Class”.
So ive tried to download the demo project for this tutorial and opened it. The whole code is already written there. Also there are just header files.
What am i doing/understanding wrong?
