If you’re interested in audio programming – specifically plugin or application development – JUCE is a C++ library you’re definitely going to want to know.
JUCE not only has an extensive code library, but also comes with a tool called the “Projucer” that rapidly builds a code framework depending on what you’re looking to create.

In this post I’m going to walk you through making a “Hello, World!” audio plugin with JUCE, the Projucer, Windows and Visual Studio 2017 Community. Remember, as silly and/or boring as it sounds, “Hello, World!” is one of the most useful programs you can create. It makes sure your system and all the software you’re using are working correctly, and can write code with no other concerns!
If you’re still interested in exploring JUCE more after reading this post, you can find additional information and tutorials on the JUCE website.
Continue reading How to Make Hello, World with JUCE 5
Copyright 2016-2021, NIR LLC, all rights reserved.