Designing Software Synthesizer Plugins in C++
With Audio DSP
- Format: Pocket
- Antall sider: 276
- Språk: Engelsk
- Forlag/Utgiver: SD Books
- EAN: 9780367510466
- Utgivelsesår: 2021
- Bidragsyter: Pirkle, Will C. (Assistant Professor of Music Engineering Technology, Frost School of Music, University of Miami.)
Designing Software Synthesizer Plugins in C++ provides everything you need to know to start designing and writing your own synthesizer plugins, including theory and practical examples for all of the major synthesizer building blocks, from LFOs and EGs to PCM samples and morphing wavetables, along with complete synthesizer example projects.
The book and accompanying SynthLab projects include scores of C++ objects and functions that implement the synthesizer building blocks as well as six synthesizer projects, ranging from virtual analog and physical modelling to wavetable morphing and wave-sequencing that demonstrate their use. You can start using the book immediately with the SynthLab-DM product, which allows you to compile and load mini-modules that resemble modular synth components without needing to maintain the complete synth project code. The C++ objects all run in a stand-alone mode, so you can incorporate them into your current projects or whip up a quic