-
Add syntax highlighting and snippets for
.dspand.libfiles by copying the folder../language-faustinto~/.atom/packages/. -
Select the Atom menu-item
Packages / Settings View / Install Packages/Themesand install the packageprocess-palette. -
Add a palette of Faust-related commands by copying the renamed file
./process-palette.jsoninto~/.atom/(i.e., rename by removing the platform extension.osxor.linux).
Once this is done you can start coding in Faust using snippets for
all functions defined in the standard libraries. For example, the
prefix lowp expands to fi.lowpass. Next, selecting lowpass and
pressing ctrl-alt-cmd-d brings up the documentation of the function
lowpass in a browser window.
You can open the svg block-diagram by pressing ctrl-alt-cmd-g and
the C++ code by pressing ctrl-alt-cmd-c.