Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / faust2sc-1.0.0 / README
diff --git a/interpreter/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README b/interpreter/preprocessor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README
new file mode 100644 (file)
index 0000000..9eb4f98
--- /dev/null
@@ -0,0 +1,13 @@
+faust2sc (by Stefan Kersten)
+----------------------------
+
+Faust can produce an XML description of a plugin, including various meta data
+and the structural layout of the user interface. This information is used by
+faust2sc to generate SuperCollider class file, which can be compiled and
+subsequently used from within sclang.
+
+Since version 1.1.0 faust2sc supports multiple output languages. Currently
+support for the languages has been implemented:
+
+* SuperCollider (sclang)
+* Haskell