shithub: leaf

Download patch

ref: 3253e4223bb7576dc120953e7e223d840bbb3a4b
parent: 3c589589f3e0d97dff5f8af730f218a959036d0f
author: Jeff Snyder <jeff@snyderphonics.com>
date: Sat Dec 15 15:41:39 EST 2018

Update README.md

--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 The library consists of a set of high-level audio synthesis components (Oscillators, Filters, Envelopes, Delays, Reverbs, and other Utilities).
 
-Our primary use case is embedded audio computing on 32-bit ARM microcontrollers that can run "bare-metal" (without an OS), such as the STM32f4 and STM32f7. The code, however, is general enough to be used in many other situations as well. We have included a JUCE VST/AU generating template to test the library (2), and the python script we use to generate wavetables. 
+Our primary use case is embedded audio computing on 32-bit ARM microcontrollers that can run "bare-metal" (without an OS), such as the STM32f4, STM32f7, and STM32H7. The code, however, is general enough to be used in many other situations as well. We have included a JUCE VST/AU generating template to test the library (2), and the python script we use to generate wavetables. 
 
 Most of these algorithms are sourced from other projects, especially the STK (Sound Toolkit) library and various discussions on the music-DSP mailing list. We also owe a lot to open source computer programming languages, such as C-sound, ChucK, PureData, and Supercollider.