Add additive synth minim example (#231)
This commit is contained in:
@@ -6,10 +6,14 @@ A minimal Minim support library
|
||||
|
||||
Add `orx-minim` to `orxFeatures`
|
||||
|
||||
Check the [example](src/demo/kotlin/DemoFFT01.kt)
|
||||
Check the examples:
|
||||
|
||||
* [FFT visualization of live audio input](src/demo/kotlin/DemoFFT01.kt)
|
||||
* [Additive synthesizer](src/demo/kotlin/DemoAdditive01.kt)
|
||||
|
||||
## Further reading
|
||||
|
||||
* [Minim website](https://code.compartmental.net/tools/minim/)
|
||||
* [Minim's UGens](https://code.compartmental.net/minim/index_ugens.html)
|
||||
* [Minim Github](https://github.com/ddf/Minim)
|
||||
* [Minim Processing examples](https://github.com/ddf/Minim/tree/master/examples)
|
||||
Reference in New Issue
Block a user