Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hollance/synth-plugin-book
Source code for the book Code Your Own Synth Plug-Ins With C++ and JUCE
https://github.com/hollance/synth-plugin-book
audio-plugin audio-processing audio-programming audio-units book cplusplus cpp digital-signal-processing dsp juce sound-synthesis synth synthesizer virtual-instruments vst
Last synced: 9 days ago
JSON representation
Source code for the book Code Your Own Synth Plug-Ins With C++ and JUCE
- Host: GitHub
- URL: https://github.com/hollance/synth-plugin-book
- Owner: hollance
- License: mit
- Created: 2022-09-09T10:06:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T16:06:23.000Z (5 months ago)
- Last Synced: 2024-08-04T02:09:37.299Z (3 months ago)
- Topics: audio-plugin, audio-processing, audio-programming, audio-units, book, cplusplus, cpp, digital-signal-processing, dsp, juce, sound-synthesis, synth, synthesizer, virtual-instruments, vst
- Language: C++
- Homepage:
- Size: 9.98 MB
- Stars: 168
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-juce - synth-plugin-book - Ins With C++ and JUCE"| MIT|172|4 months<sub><sup>🟢</sup></sub>| (Educational)
README
# Code Your Own Synth Plug-Ins With C++ and JUCE
This is the source code that accompanies the book [Code Your Own Synth Plug-Ins With C++ and JUCE](https://leanpub.com/synth-plugin) by Matthijs Hollemans.
![The book cover](book-cover.jpg)
This 360-page book teaches step-by-step how to design and build a software synthesizer plug-in that can be used in all the popular DAWs such as Logic Pro, Ableton Live, REAPER, FL Studio, Cubase, Bitwig Studio, and others. The plug-in is made using industry standard tools for audio programming: the JUCE framework and the C++ programming language. You'll learn all the fundamentals of writing audio plug-ins in general and synths in particular, in an easy-to-follow guide that is light on math and heavy on being practical.
The book is available for purchase from [The Audio Programmer](https://theaudioprogrammer.com/learn/synth-plugin-book) as PDF and EPUB, and from [Amazon](https://amzn.to/46q1usI) as paperback.
> **NOTE:** This repo accompanies the version of the book that was originally published on Leanpub.com. Visit [github.com/TheAudioProgrammer/synth-plugin-book](https://github.com/TheAudioProgrammer/synth-plugin-book) for the most up-to-date version of the source code.
## How to use this repo
For each chapter there is a folder with the finished source code. Open the **JX11.jucer** file in **Projucer** and click the export button to open the project in your IDE.
The **Finished Project** folder contains the synth plug-in in its entirety, with added source code comments (it does not include the UI code from Chapter 13).
Want to know what the synth sounds like? Check out a few examples in the **Audio Demos** folder.
## Found a bug or have a question?
First, please [check the errata](Errata.markdown) to see if the issue has already been covered.
If not, refer to the [list of open issues](https://github.com/hollance/synth-plugin-book/issues) and submit a new issue if you can't find your question in the list.
Also make sure to join [The Audio Programmer community on Discord](https://www.theaudioprogrammer.com/discord). This is a great place to chat about all things related to audio programming, and you can find me there as `matthijs`.
## Source code license
The book is copyright 2022 M.I. Hollemans, all rights reserved.
The source code in this repo is licensed under the terms of the [MIT license](LICENSE.txt).
The JX11 synth from the book is based on the MDA JX10 synthesizer, originally written by Paul Kellett of maxim digital audio. The factory presets included in the synth are designed by Paul Kellett with additional patch design by Stefan Andersson and Zeitfraktur, Sascha Kujawa.
JUCE is copyright © Raw Material Software.
The Lato font is copyright (c) 2010-2014 Łukasz Dziedzic and is licensed under the SIL Open Font License.
Cover illustration made from [artwork by Brett Jordan](https://bit.ly/3J9TXT9). License: CC-BY-2.0