Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 authored Dec 3, 2020
1 parent 52805a8 commit ea1084c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ This is a headers only library, to use the DSP classes in your own projects add
## DSP Classes
The naming convention is that each class is prefixed with the product it was developed for.

## APIs
* __ModulationSource__ - provides a standard interface for classes which provide a modulation signal
* __EffectsProcessor__ - provides a standard interface for classes which do audio processing on mono and
stereo signals

### Modulation:
* __RichterLFO__ - substantial functionality with tempo sync, phase sync, and multiple wave types and
parameters
parameters, can accept a ModulationSource to modulate its parameters
* __AREnvelopeFollowerSquareLaw__ & __AREnvelopeFollowerFullWave__ - two different attack/release envelope
follower implementations

Expand Down

0 comments on commit ea1084c

Please sign in to comment.