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 (31 lines) | stat: -rw-r--r-- 1,154 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
This folder contains useful scripts that combines faust and g++ to generates executable binary.
You can use 'sudo make install' to install them. 


1) The following scripts generate audio applications

faust2jack <file1.dsp>...       : create jack-gtk  applications for each input file

faust2jaqt <file.dsp>...        : create jack-qt applications for each input file

faust2alsa <file1.dsp>...       : create alsa-gtk applications for each input file

faust2plot  <file1.dsp>...      : create a matplot application for each input file

faust2coreaudio  <file1.dsp>... : create a coreaudio-qt application for each input file


2) The following scripts can be used to generate block diagrams

faust2svg  <file1.dsp>...       : create svg block-diagrams for each input file

faust2png  <file1.dsp>...       : create svg block-diagrams for each input file

faust2eps  <file1.dsp>...       : create svg block-diagrams for each input file


3) The following scripts also integrate a visualization :

faust2firefox  <file1.dsp>...   : faust2svg with visualization using firefox

faust2octave <file.dsp>         : faust2plot with visualization using octave