How to Install faust-common in Ubuntu 18.04



Install faust-common by entering the following commands in the terminal:

sudo apt update
sudo apt install faust-common

Description:

functional programming language for realtime audio applications - common files

Faust is a functional programming language specifically designed for realtime audio applications and plugins. The syntax of the language is block diagram oriented. The faust compiler translate signal processing specifications into optimized C++ code for signal processing applications. . The generated code can be wrapped into an 'architecture file' in order to create for example a standalone jack/gtk application. Several architecture file are provided and additional ones are fairly easy to add. . This package contains the architecture independent files for faust.

Homepage: http://faust.grame.fr/

Version: 0.9.95~repack1-2

Section: universe/sound