diff --git a/DSP.md b/DSP.md new file mode 100644 index 0000000..1c7c2d5 --- /dev/null +++ b/DSP.md @@ -0,0 +1,14 @@ +# DSP + +Digital Signal Processing is the field of mathematics and programming regarding the discretization of continuous signals in time and space. +One of its many applications is to generate and process audio from virtual/digital modular synthesizers. + +There are many online resources and books for learning DSP. + +- https://en.wikipedia.org/wiki/Digital_signal_processing +- https://www.dsprelated.com/ +- https://dsp.stackexchange.com/ +- https://ocw.mit.edu/resources/res-6-008-digital-signal-processing-spring-2011/ +- http://dspguide.com/ + +More modular synthesizer-specific content will be added here in the future. \ No newline at end of file diff --git a/TOC.md b/TOC.md index 688e9cd..d0ce79e 100644 --- a/TOC.md +++ b/TOC.md @@ -10,7 +10,7 @@ ### Plugin Development - [Tutorial](PluginDevelopmentTutorial.md) - [Voltage Standards](VoltageStandards.md) -- DSP (TODO) +- [DSP][DSP.md] ### Rack Development - [ABI/API Version](Version.md)