From f673ac7e66f07270459b8c44910c3330813f6b21 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 21 Aug 2018 11:32:13 +0200 Subject: [PATCH] new post for faustgen --- _posts/2018-08-21-faustgen-for-pd.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _posts/2018-08-21-faustgen-for-pd.markdown diff --git a/_posts/2018-08-21-faustgen-for-pd.markdown b/_posts/2018-08-21-faustgen-for-pd.markdown new file mode 100644 index 000000000..0358561f0 --- /dev/null +++ b/_posts/2018-08-21-faustgen-for-pd.markdown @@ -0,0 +1,13 @@ +--- +layout: post +title: "faustgen~ - the FAUST compiler embedded in a Pure Data external" +date: 2018-08-21 11:20:00 +categories: news +--- +Faustgen~ is an external object with the FAUST 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). + +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 for Pure Data is a very first version with elementary features, help and contributions are more than welcome. The faustgen~ object is available for Linux, Mac and Windows (64-bit) via Deken (v0.4.1) or via the github repository: https://github.com/CICM/pd-faustgen/releases. + +We hope that you'll enjoy this project! + +Video: [Installation and demonstration](https://vimeo.com/282672255)