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: 3 months ago
JSON representation
JUCE Module for the libfaust JIT compiler
- Host: GitHub
- URL: https://github.com/olilarkin/juce_faustllvm
- Owner: olilarkin
- Created: 2016-03-31T08:40:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T01:06:33.000Z (about 5 years ago)
- Last Synced: 2024-08-04T02:09:30.607Z (6 months ago)
- Topics: faust, juce, llvm
- Language: C++
- Homepage:
- Size: 85 KB
- Stars: 38
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - juce_faustllvm
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