From 484daf9d21a7b5e7a528f2c17db3c112e929bf41 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 16 Mar 2022 07:20:52 +0100 Subject: [PATCH] [orx-minim] Update README.md --- orx-jvm/orx-minim/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/orx-jvm/orx-minim/README.md b/orx-jvm/orx-minim/README.md index 5f92e61c..ff4eded1 100644 --- a/orx-jvm/orx-minim/README.md +++ b/orx-jvm/orx-minim/README.md @@ -2,8 +2,14 @@ A minimal Minim support library -## usage +## Usage Add `orx-minim` to `orxFeatures` -Check the [example](src/demo/kotlin/DemoFFT01.kt) \ No newline at end of file +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) \ No newline at end of file