There are no reviews yet. Be the first to send feedback to the community and the maintainers!
synth-plugin-book
Source code for the book "Creating Synthesizer Plug-Ins With C++ and JUCE"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 functionalitygetting-started-book
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!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.tapSynth
helloSampler
A simple sampler built using the JUCE FrameworkjucePresetManagement
juceDjApp
An open source DJ app using C++ / JUCE. Follow along for weekly updates!bitcrusherDemo
Code by Aaron Leese (Stagecraft Software). Based off Juce tutorial 39 with special guest Aaron Leese- https://youtu.be/1PLn8IAKEb4basicOscillator
Basic oscillator using the JUCE Oscillator classbasicDelay
Simple delay using the JUCE 6 DSP ModulesimpleAudioPlayerJUCE
Based off the Juce tutorial: https://docs.juce.com/master/tutorial_playing_sound_files.htmlstateVariableFilter
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 processorbasicChorus
This is a basic chorus plug-in using the JUCE 6 DSP modulejuceParameterTutorial
circularBufferDelay
This is a JUCE project that fills a circular buffer.SimpleJucePluginTemplate
A minimal JUCE plug-in template using CMake.juceSineWavetable
Based on https://docs.juce.com/master/tutorial_sine_synth.htmlgainPluginTutorial
This is the "Hello World" of audio plug-in creation - a gain plug-in that will control the volume of incoming audio.flexboxTutorial
dspModuleSkeletonCode
This is the minimum code that you need to use the DSP Module in Juce.juceIIRFilter
Here's an example of how to implement the IIR Filter in Juce using the new DSP modulewebview_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.first_cmajor_plugin
This is the most basic implementation of a CMajor audio plug-in with a custom JavaScript UI.tracktionTransport
Here's how to create a simple transport using the Tracktion Engine.randomDrumSamples
This is a simple openFrameworks example of some creative ways you can play samples using the Maximilian Sound Library.juceTimer
This is a simple example of how to use the JUCE Timer Class to redraw graphics in your appsimpleUnitDelay
juceFirFilter
sliderWorkshop
dfoSynthPatch
oscReceiverExample
simpleAudioPlayerPlugin
This is a VERY simple plug-in designed for audio file playing.geneticAlgorithm2
helloWorld
Hello Worldmetronome
Metronome Tutorial on www.youtube.com/theaudioprogrammerLove Open Source and this site? Check out how you can help us