Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Nov 6, 2021
1 parent a9b12bd commit 0aedc7c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,37 @@ Creates a Plugin.vst bundle

To make the plugin work as expected, you should right-click on the plugin in the
FX Rack and choose "Send all keyboard input to plugin".




## FL Studio Specific

The debug build initialize a log file on your desktop. At least on macOS this
crashes FL Studio on start. To prevent it, comment out the log initialization.




## Deployment

Just tag a new version and push it to remote.


### Docs

You need [doctave](https://github.com/Doctave/doctave) and **gh-pages** node
package.

To install **gh-pages** (it's important to use 3.0.0 version):

```
npm install -g [email protected]
```

Building and deploying the docs:

```
doctave build --release
gh-pages -d site
```

0 comments on commit 0aedc7c

Please sign in to comment.