diff --git a/DSP.md b/DSP.md index 9d8f6c3..44c90a9 100644 --- a/DSP.md +++ b/DSP.md @@ -5,21 +5,21 @@ One of its many applications is to generate and process audio from virtual/digit There are many online resources and books for learning DSP. -- [Digital signal processing Wikipedia](https://en.wikipedia.org/wiki/Digital_signal_processing): An neutral overview of the entire field. +- [Digital signal processing Wikipedia](https://en.wikipedia.org/wiki/Digital_signal_processing): An overview of the entire field. - [Julius O. Smith III Online Books](https://ccrma.stanford.edu/~jos/) ([Index](https://ccrma.stanford.edu/~jos/GlobalJOSIndex.html)): Thousands of topics on audio DSP and relevant mathematics, neatly organized into easy-to-digest but sufficiently deep pages and examples. - [Mathematics of the Discrete Fourier Transform (DFT)](https://ccrma.stanford.edu/~jos/mdft/) - [Introduction to Digital Filters](https://ccrma.stanford.edu/~jos/filters/) - [Physical Audio Signal Processing](https://ccrma.stanford.edu/~jos/pasp/) - [Spectral Audio Signal Processing](https://ccrma.stanford.edu/~jos/sasp/) -- [Signal Processing Stack Exchange](https://dsp.stackexchange.com/): Questions and answers by thousands of DSP amateurs and professionals. -- [DSPRelated.com](https://www.dsprelated.com/): Articles, news, and blogs of both fundamental and modern DSP topics. -- [The Scientist and Engineer's Guide to Digital Signal Processing](http://dspguide.com/) by Steven W. Smith: Free online book about general DSP topics. -- [Digital Signal Processing MIT OpenCourseWare](https://ocw.mit.edu/resources/res-6-008-digital-signal-processing-spring-2011/): Video lectures and notes covering the basics of DSP. +- [The Scientist and Engineer's Guide to Digital Signal Processing](http://dspguide.com/) by Steven W. Smith: Free online book covering general DSP topics. - [The Art of VA Filter Design](http://www.native-instruments.com/fileadmin/ni_media/downloads/pdf/VAFilterDesign_2.0.0a.pdf) (PDF) by Vadim Zavalishin: Huge collection of deep topics in digital/analog filter design and analog filter modeling. +- [DSPRelated.com](https://www.dsprelated.com/): Articles, news, and blogs about basic and modern DSP topics. +- [Digital Signal Processing MIT OpenCourseWare](https://ocw.mit.edu/resources/res-6-008-digital-signal-processing-spring-2011/): Video lectures and notes covering the basics of DSP. - [KVR Audio Forum - DSP and Plug-in Development](http://www.kvraudio.com/forum/viewforum.php?f=33): Music DSP and software development discussions. +- [Signal Processing Stack Exchange](https://dsp.stackexchange.com/): Questions and answers by thousands of DSP professionals and amateurs. -The following topics are targeted toward modular synthesizer signal processing, in which designing small synthesizer components is the main objective. +The following topics are targeted toward modular synthesizer signal processing, in which designing small but precise synthesizer components is the main objective. This document is currently a *work-in-progress*. Remember that if anything here is inaccurate, you can [edit it yourself](https://github.com/VCVRack/manual) or [open an issue](https://github.com/VCVRack/manual/issues) in the manual's source repository. diff --git a/PluginDevelopmentTutorial.md b/PluginDevelopmentTutorial.md index 4fb511c..bec4545 100644 --- a/PluginDevelopmentTutorial.md +++ b/PluginDevelopmentTutorial.md @@ -101,5 +101,3 @@ If you wish to sell your plugin on the [VCV Store](https://vcvrack.com/plugins.h Since Rack is currently in Beta and moving very quickly, breaking changes may be made to the Rack plugin API. Subscribe to the [Plugin API Updates Thread](https://github.com/VCVRack/Rack/issues/258) to receive notifications when the Rack API changes or a discussion about a change is being held. - -