Difference between revisions of "Stompbox Faust Effects"

From CCRMA Wiki
Jump to: navigation, search
Line 3: Line 3:
 
[http://faust.grame.fr Faust] is a functional programming language for real time signal processing. It allows to easily make a wide range of objects going from VST plug-ins to iOS apps for different platforms. This quick tutorial shows how to generate advanced audio effects for PureData using Faust.
 
[http://faust.grame.fr Faust] is a functional programming language for real time signal processing. It allows to easily make a wide range of objects going from VST plug-ins to iOS apps for different platforms. This quick tutorial shows how to generate advanced audio effects for PureData using Faust.
  
As usual (and as described in [https://ccrma.stanford.edu/wiki/CCRMA_Satellite_How_To_Connect_RevC here]),  
+
As usual (and as described in [https://ccrma.stanford.edu/wiki/CCRMA_Satellite_How_To_Connect_RevC here]), connect to your Satellite CCRMA using the terminal. If you type 'ls'
  
 
First, you need to create a Faust file
 
First, you need to create a Faust file

Revision as of 18:40, 2 July 2016

This tutorial is provided as part of the 2016 CCRMA Stompbox workshop and was written by Romain Michon.

Faust is a functional programming language for real time signal processing. It allows to easily make a wide range of objects going from VST plug-ins to iOS apps for different platforms. This quick tutorial shows how to generate advanced audio effects for PureData using Faust.

As usual (and as described in here), connect to your Satellite CCRMA using the terminal. If you type 'ls'

First, you need to create a Faust file