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 (26 lines) | stat: -rw-r--r-- 915 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
This folder contains several examples of Faust programs as well as
Makefiles to compile them for various audio architectures. 

	cd examples
	make help 

will give you the main targets

Compilation of MAX/MSP externals on OSX
========================================

 Compilation of all .dsp files to produce MAX/MSP externals on OSX can be done using the Makefile

	- edit the Makefile.mspcompile file and setup the "cycling" and "install_plug_ins" variables with the appropriate values for your machine

	- use "make msp" to produce all MAX/MSP externals


Compilation of VST plug-ins on OSX
===================================

 Compilation of all .dsp files to produce VST plug-ins on OSX can be done using the Makefile

	- edit the Makefile.vstcompile file and setup the "vst_sdk" and "install_plug_ins" variables  with the appropriate values for your machine

	- use "make vst" to produce all VST plug-ins