Skip to content

Commit

Permalink
Correct documentation for vim mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 15, 2024
1 parent e0957b8 commit e2adb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The online [Faust IDE](https://faustide.grame.fr) can be used to _edit_, _compil
#### Code Editing
The editor engine is based on [Monaco Editor](https://microsoft.github.io/monaco-editor/). It provides _syntax highlighting_, _auto completion_, _code hinting_ and direct access to the _online documentation_. The documentation command (Ctrl-D) uses the function name at the cursor position to locate the relevant information.

#### Vim Mode Support
The Monaco Editor supports an optional mode for Vim users. To enable it, open the command pane (F1) and search for 'Toggle Vim Mode'. The same command is used to desactivate this functionality. Alternatively, you can right click on the editor and press 'Open Command Palette' to open the contextual menu.

#### Project Files
Several DSP files can be added in the top-left *Project Files* section and edited independently. Any non standard library, like a *foo.lib* file, can simply be added by drag/drop, then used in the DSP code with `import("foo.lib");`.
DSP files or libraries can also be loaded or saved with the *Upload* and *Save As* buttons in the left column.
Expand Down Expand Up @@ -104,9 +107,6 @@ if __name__ == "__main__":

Here are polyphonic [samplers examples](https://github.com/sletz/faust-sampler).

#### Vim Mode Support
The Monaco Editor supports an optional mode for Vim users. To enable it, check the left side bar and activate the corresponding checkbox.

## Recommended Browsers
The recommended browsers are the latest versions of Chrome and Firefox for AudioWorklet and MIDI, but it requires an https connection to use the audio inputs.

Expand Down

0 comments on commit e2adb46

Please sign in to comment.