:lang faust
DSP, but you get to keep your soul
1. Description
Add support to Faust language inside emacs.
- Faust code syntax hightlighting and indentation
- Project-based (inter-linked Faust files)
- Build/compile with output window
- Graphic diagrams generation and vizualisation in the (default) browser
- Browse generated C++ code inside Emacs
- Inter-linked files/buffers :
- From “component” to Faust file
- From “include” to Faust library file
- From error to line number
- From function name to online documentation
- Fully configurable (build type/target/architecture/toolkit, keyboard shortcuts, etc.)
- Automatic keyword completion (if Auto-Complete is installed)
- Automatic objets (functions, operators, etc.) template insertion with default sensible values (if Yasnippet is installed)
- Modeline indicator of the state of the code
1.1. Maintainers
This module has no dedicated maintainers. Become a maintainer?
1.2. Module flags
This module has no flags.
1.3. Packages
1.4. Hacks
- This module includes a makeshift company backend for faust-mode, since faustine is hard-coded to use auto-complete and Doom only supports company.
2. TODO Prerequisites
This module has no external prerequisites.
3. TODO Usage
This module’s usage documentation is incomplete. Complete it?
3.1. Keybindings
Binding | Description |
---|---|
<localleader> b | build |
<localleader> c | syntax check |
<localleader> d | diagram |
<localleader> h | online dock |
<localleader> RET | mdoc |
<localleader> o | toggle output buffer |
<localleader> s | source code |
<localleader> r | run |
<localleader> S-b | build all |
<localleader> S-d | diagram all |
4. TODO Configuration
This module has no configuration documentation yet. Write some?
5. Troubleshooting
There are no known problems with this module. Report one?
6. TODO Appendix
This module has no appendix yet. Write one?