From 95a745f5057b056a997ab673949d658173b4bb33 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 26 Jul 2018 11:50:12 +0200 Subject: [PATCH] update readme [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4318fbe..621c3cb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@

+ ## Presentation The **faustgen~** object is an external with the [FAUST](http://faust.grame.fr/about/) just-in-time (JIT) compiler embedded that allows to load, compile and play FAUST files within the audio programming environment [Pure Data](http://msp.ucsd.edu/software.html). FAUST (Functional Audio Stream) is a functional programming language specifically designed for real-time signal processing and synthesis developed by the [GRAME](http://www.grame.fr/). The FAUST JIT compiler - built with [LLVM](https://llvm.org/) - brings together the convenience of a standalone interpreted language with the efficiency of a compiled language. The **faustgen~** object is a very first version with elementary features, any help and any contribution are welcome.