Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/olilarkin/juce_faustllvm

JUCE Module for the libfaust JIT compiler
https://github.com/olilarkin/juce_faustllvm

faust juce llvm

Last synced: about 2 months ago
JSON representation

JUCE Module for the libfaust JIT compiler

Lists

README

        

# LIBFAUST LLVM JIT Module for JUCE

This is a JUCE Module for embedding the libfaust JIT compiler as a JUCE AudioProcessor/AudioPluginInstance. It includes supporting classes such as a Faust syntax highlighter for the JUCE code editor.

Only works on macOS for now, but eventually should work on Linux and Windows

See example CLI project https://github.com/olilarkin/juce_faustllvm_test

# License

The core of this module is heavily based on the faustgen~ Max external by GRAME.

Written by Oliver Larkin
License: GPL
www.olilarkin.co.uk