Skip to content

Commit

Permalink
why_juce: Update links to api
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 19, 2020
1 parent cebb071 commit 242f5c4
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions chapters/getting_started/why_juce.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ Long story short, JUCE is a library which solves many common problems a develope
- AAX
- UNITY
- LADSPA
- DSP Building Blocks
- Gain
- Filters (IIR, FIR, StateVariable)
- [DSP Building Blocks](https://docs.juce.com/master/tutorial_dsp_introduction.html)
- [Gain](https://docs.juce.com/master/classdsp_1_1Gain.html)
- [Filters (IIR, FIR, StateVariable)](https://docs.juce.com/master/group__juce__dsp-processors.html)
- Panner
- Reverb
- Oscillator
- Waveshaper
- Convoluation
- Oversampling
- [Reverb](https://docs.juce.com/master/classdsp_1_1Reverb.html) (Freevrb Implementation)
- [Oscillator](https://docs.juce.com/master/classdsp_1_1Oscillator.html)
- [Waveshaper](https://docs.juce.com/master/structdsp_1_1WaveShaper.html)
- [Convoluation](https://docs.juce.com/master/classdsp_1_1Convolution.html)
- [Oversampling](https://docs.juce.com/master/classdsp_1_1Oversampling.html)
- [Many math functions](https://docs.juce.com/master/group__juce__dsp-maths.html)
- Analysis
- RMS & Peak
- FFT
- [FFT](https://docs.juce.com/master/classdsp_1_1FFT.html)
- Vector instructions (SIMD) for x86_64 and ARM
- [SIMDWrapper](https://docs.juce.com/master/structdsp_1_1SIMDRegister.html)

### Mobil

Expand Down

0 comments on commit 242f5c4

Please sign in to comment.