File: README

package info (click to toggle)
faust 0.9.46-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 15,256 kB
  • ctags: 9,961
  • sloc: cpp: 47,746; sh: 2,254; ansic: 1,503; makefile: 1,211; ruby: 950; yacc: 468; objc: 459; lex: 200; xml: 177
file content (34 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
	 		Additional tools for Faust
			==========================
	 Grame, Centre National de Creation Musicale
	 			 http://www.grame.fr




These additional tools are provided by various contributors to help 
the building process of applications and plugins with Faust. 

Currently the following tools are available :

- faust2oct is a script to create dynamically loadable functions for
  gnu octave

- faust2appls contains simple scripts to easily and quickly generate svg 
  diagrams as well as jack, alsa and plot applications

- faust2sc is a Ruby program used to generate language modules (e.g. for
  Haskell and SuperCollider).

- faust2pd is a Q program used to generate a user interface patch to
  use in conjuction with a Faust generated pd plugin.

- scbuilder is a Ruby/Python/SCons script for building SuperCollider
  plugins, either from C++ sources or from Faust specifications.

- faust2ck is a wrapper-generator for ChucK Ugens. It allows to create
  ChucK-compatible C++ code that can be placed in the Chuck source tree
  to extend the language.

- faust2flash allows to convert Faust programs into Flash .swf files
  that can be published in web pages.