[orx-minim] Update README.md

This commit is contained in:
Edwin Jakobs
2022-03-16 07:20:52 +01:00
parent cf340461cc
commit 484daf9d21

View File

@@ -2,8 +2,14 @@
A minimal Minim support library
## usage
## Usage
Add `orx-minim` to `orxFeatures`
Check the [example](src/demo/kotlin/DemoFFT01.kt)
## Further reading
* [Minim website](https://code.compartmental.net/tools/minim/)
* [Minim Github](https://github.com/ddf/Minim)
* [Minim Processing examples](https://github.com/ddf/Minim/tree/master/examples)