• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Here's an example of how to implement the IIR Filter in Juce using the new DSP module

More Repositories

1

synth-plugin-book

Source code for the book "Creating Synthesizer Plug-Ins With C++ and JUCE"
C++
133
star
2

juceSynthFramework

The first commit of this repo is the most basic functionality you would require to build a synthesizer in Juce. With each commit I will build more functionality
C++
69
star
3

getting-started-book

C++
66
star
4

TAPSoundLibrary

This is an open source sound library created for the growth and enhancement of both working and aspiring dsp and vst plugin developers. I welcome contributors of all levels!
C++
55
star
5

DSPHelpers

This is a simple dsp library I've started to enhance my skill progression as an audio developer and learn more raw C++. No external dependencies and header only, so can be used in any C++ project or framework.
C++
26
star
6

tapSynth

C++
24
star
7

helloSampler

A simple sampler built using the JUCE Framework
C++
24
star
8

jucePresetManagement

C++
22
star
9

juceDjApp

An open source DJ app using C++ / JUCE. Follow along for weekly updates!
C++
22
star
10

bitcrusherDemo

Code by Aaron Leese (Stagecraft Software). Based off Juce tutorial 39 with special guest Aaron Leese- https://youtu.be/1PLn8IAKEb4
C++
19
star
11

basicOscillator

Basic oscillator using the JUCE Oscillator class
C++
17
star
12

basicDelay

Simple delay using the JUCE 6 DSP Module
C++
13
star
13

simpleAudioPlayerJUCE

Based off the Juce tutorial: https://docs.juce.com/master/tutorial_playing_sound_files.html
C++
11
star
14

stateVariableFilter

C++
10
star
15

valuetreeAttachments

This sample project demonstrates how to attach different JUCE component types (such as sliders, dials, buttons, and comboboxes) to corresponding parameters in the plug-in processor
C++
10
star
16

basicChorus

This is a basic chorus plug-in using the JUCE 6 DSP module
C++
9
star
17

juceParameterTutorial

C++
9
star
18

circularBufferDelay

This is a JUCE project that fills a circular buffer.
C++
8
star
19

SimpleJucePluginTemplate

A minimal JUCE plug-in template using CMake.
C++
6
star
20

juceSineWavetable

Based on https://docs.juce.com/master/tutorial_sine_synth.html
C++
5
star
21

gainPluginTutorial

This is the "Hello World" of audio plug-in creation - a gain plug-in that will control the volume of incoming audio.
C++
5
star
22

flexboxTutorial

C++
4
star
23

dspModuleSkeletonCode

This is the minimum code that you need to use the DSP Module in Juce.
C++
3
star
24

LookAndFeelDemo

C++
3
star
25

webview_juce_plugin_choc

This is the most basic implementation of a JUCE plug-in with a JavaScript / HTML / CSS user interface. I use the Choc library to interface C++ / JUCE code with the webview.
C++
3
star
26

first_cmajor_plugin

This is the most basic implementation of a CMajor audio plug-in with a custom JavaScript UI.
JavaScript
3
star
27

tracktionTransport

Here's how to create a simple transport using the Tracktion Engine.
C++
2
star
28

randomDrumSamples

This is a simple openFrameworks example of some creative ways you can play samples using the Maximilian Sound Library.
C
2
star
29

juceTimer

This is a simple example of how to use the JUCE Timer Class to redraw graphics in your app
C++
2
star
30

simpleUnitDelay

C++
2
star
31

juceFirFilter

C++
1
star
32

sliderWorkshop

C++
1
star
33

dfoSynthPatch

1
star
34

oscReceiverExample

C++
1
star
35

simpleAudioPlayerPlugin

This is a VERY simple plug-in designed for audio file playing.
C++
1
star
36

geneticAlgorithm2

C
1
star
37

helloWorld

Hello World
1
star
38

metronome

Metronome Tutorial on www.youtube.com/theaudioprogrammer
C++
1
star