Reddit Reddit reviews Designing Software Synthesizer Plug-Ins in C++: For RackAFX, VST3, and Audio Units

We found 8 Reddit comments about Designing Software Synthesizer Plug-Ins in C++: For RackAFX, VST3, and Audio Units. Here are the top ones, ranked by their Reddit score.

Arts & Photography
Books
Music
Music Recording & Sound
Designing Software Synthesizer Plug-Ins in C++: For RackAFX, VST3, and Audio Units
Focal Press
Check price on Amazon

8 Reddit comments about Designing Software Synthesizer Plug-Ins in C++: For RackAFX, VST3, and Audio Units:

u/2AMMetro · 8 pointsr/edmproduction

C++ for the core code, Objective-C/Swift for the UI if you need to make an audio unit or C++ for a VST.

I found these two books to be great, but they would likely be very overwhelming for somebody who doesn't have much programming experience.

https://www.amazon.com/Designing-Audio-Effect-Plug-Ins-Processing/dp/0240825152

https://www.amazon.com/Designing-Software-Synthesizer-Plug-Ins-RackAFX/dp/1138787078/ref=pd_lpo_sbs_14_t_1?_encoding=UTF8&psc=1&refRID=D56EXGZ6Y9A7ENTTBEGC

u/Eugarps · 2 pointsr/WeAreTheMusicMakers

This book will give you what you need to know, even if you don't have any DSP background (though you should definitely read up outside of the book). My professor taught us out of it for one of our digital audio classes in which we designed FX plugins.

http://www.amazon.com/Designing-Software-Synthesizer-Plug-Ins-RackAFX/dp/1138787078

u/Holy_City · 2 pointsr/DSP

Fair warning: synths can be beasts. The DSP part isn't what's going to give you the most trouble, hopefully. This book covers synth architectures and coding them in C++. I strongly recommend going through his first book on audio effect plugin design. The author is a former engineer at Korg.

I strongly recommend you start with a plugin before porting it to a hardware platform.

u/ElGuaco · 1 pointr/synthesizers

This is the book here. I've started reading it, but haven't actually gotten around to trying it myself. He's supposed to have a whole plugin platform that is basically ready to go so that you can focus on the synth part and not on all the infrastructure. It looks very promising.

u/M_Silvers · 1 pointr/synthesizers

Check out this book: https://www.amazon.com/Designing-Software-Synthesizer-Plug-Ins-RackAFX/dp/1138787078/ref=sr_1_fkmr0_1?keywords=DSP+synth+will+pirkle&qid=1570634689&sr=8-1-fkmr0

​

Get it along with free software and it walks you through developing digital synth plugins.

u/digitalundernet · 1 pointr/learnprogramming

I recently asked something similar on /r/dsp looking for a way to program hardware to make sound. One of the posters pointed me to these two books made by a korg dev who wrote how to make VSTs and the like (You'll be most interested in the second book). All C++ and from what Ive read so far really good books. ALSO look into the Juce library for more. They started as an independent library before Roli bought them and have been improving the core tools substantially. They even have smartphone tools to make android/ios synths. Again this is C++.

(Link to the poster who showed me for credit)