Skip to content

godofecht/Tutorial-Plugin-Creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to create a basic JUCE plugin template

1.

Download and Install JUCE from the JUCE website.

2.

Launch the projucer app.

Screenshot 2023-10-30 at 18 15 23

3.

From the side list, select New Project and select the project type Basic under the Plug-In dropdown.

Screenshot 2023-10-30 at 18 15 52

4.

Create a name for your project.

Screenshot 2023-10-30 at 18 16 26

5.

Projucer will automatically generate the necessary modules (libraries) based on the project type, additional modules may be selected from the dropdown if required.

Screenshot 2023-10-30 at 18 17 16

6.

Select the project exporters necessary for your project. The selection of exporters depends on your project's target platforms.

Screenshot 2023-10-30 at 18 17 45

7.

Create your project.

Screenshot 2023-10-30 at 18 18 13

8.

Under File Explorer new files and resources can be added to your JUCE project. Create new files by clicking the plus icon. Drag in assets or folders to add to your JUCE project.

Screenshot 2023-10-30 at 18 19 13

9.

Simarly, additional Modules and Exporters may be added or removed to your JUCE project in the associated dropdown menus. Create new files by clicking the plus icon. Drag in assets or folders to add to your JUCE project.

Screenshot 2023-10-30 at 18 20 03 Screenshot 2023-10-30 at 18 20 28

8.

Open your project in your IDE to start editing

Screenshot 2023-10-30 at 18 20 55

About

This repo contains some instructions on how to create a bare-bones JUCE plugin project.

Topics

Resources

Stars

Watchers

Forks