X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/c7f552fd8888da2f0d8cfb228fe0f28d3df3a12c..b4b6f2ea75b9f0f3ca918f5b84016610bf7a4d4f:/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README?ds=sidebyside diff --git a/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README b/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README deleted file mode 100644 index 9eb4f98..0000000 --- a/interpretor/faust-0.9.47mr3/tools/faust2sc-1.0.0/README +++ /dev/null @@ -1,13 +0,0 @@ -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