Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New post for faustgen for Pd #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _posts/2018-08-21-faustgen-for-pd.markdown
Original file line number Diff line number Diff line change
@@ -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)