Skip to content

This is a repository where I upload the code from JUCE tutorials that I follow while educating myself on JUCE framework.

Notifications You must be signed in to change notification settings

ChristosKonstantas/juce-tutorial-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Clone https://github.com/juce-framework/JUCE

    git clone https://github.com/juce-framework/JUCE.git
    
  2. Execute Projucer.exe

    2.1. For Windows execute

    .\path\to\juce-framework\extras\Projucer\Builds\VisualStudio2022\x64/Debug\App\Projucer.exe
    

    2.2. For Linux execute

    cd /path/to/juce-framework/extras/Projucer/Builds/LinuxMakefile/
    make
    ./build/Projucer
    
  3. Open with Projucer, project.jucer file. Save and open with Visual Studio Code version that you use.

Projects

HelloWorldWin

A simple hello world window using JUCE following PFM Starting From Scratch.

SimpleEQ

A simple equalizer plugin (in progress).

WavetableSynth

A simple wavetable synthesizer from WolfSound.

XY_Pad

A simple XY Pad with a draggable thumb, a gain slider for volume control, and a panner slider for stereo balance.

About

This is a repository where I upload the code from JUCE tutorials that I follow while educating myself on JUCE framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages