Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Nov 6, 2021
1 parent c05a271 commit a9b12bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The latest ran snippet is indicated by green color.
The main function, which connects your DAW with **koto** is `midi_out`. The
arguments are:

- the pattern to play
- a pattern or an array of patterns to play
- the quantization in beats.

The **pattern** is a map with optional values:
Expand Down
8 changes: 4 additions & 4 deletions docs/utility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Plays the pattern.
```coffee
midi_out {}, 4
```
| Argument | Description | Default |
| -------- | ----------- | ------- |
| pattern | The pattern to play. | |
| quantization | The quantization in beats. | |
| Argument | Description | Default |
| -------- | ----------- | ------- |
| pattern | A pattern or an array of patterns to play. | |
| quantization | The quantization in beats. | |

The **pattern** is a map with optional values:

Expand Down

0 comments on commit a9b12bd

Please sign in to comment.