Skip to content

Commit

Permalink
minor doc update, updated delay formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ansell committed May 6, 2024
1 parent f8efc45 commit aaf1b53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified software/contrib/gate_phaser-docs/gate_phaser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions software/contrib/gate_phaser.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ percussions elements, emvelopes, sequencer clocks or samples.

Each output then sends a gate using the following formula:

Delay Time * Gate Delay Multiple
Cycle Time + (Delay Time * Gate Delay Multiple)

Therefore:

- Output 1 sends a gate every 1000ms
- Output 2 sends a gate every 500ms
- Output 2 sends a gate every 1500ms
- Output 3 sends a gate every 2000ms
- Output 4 sends a gate every 2500ms
- Output 5 sends a gate every 3000ms
- Output 6 sends a gate every 3500ms

Which results in the following:

| Output | t0 | 500ms | 1000ms | 1500ms | 2000ms | 2500ms | 3000ms | 3500ms |
|--------|---------|---------|---------|---------|---------|---------|---------|---------|
| 1 | x | | x | | x | | x | |
| 2 | | x | x | x | x | x | x | x |
| 3 | | | | | x | | | |
| 4 | | | | | | x | | |
| 5 | | | | | | | x | |
| 6 | | | | | | | | x |
| Output | t0 | 500ms | 1000ms | 1500ms | 2000ms | 2500ms | 3000ms | 3500ms | 4000ms |
|--------|---------|---------|---------|---------|---------|---------|---------|---------|---------|
| 1 | x | | x | | x | | x | | x |
| 2 | | | | x | | | x | | |
| 3 | | | | | x | | | | x |
| 4 | | | | | | x | | | |
| 5 | | | | | | | x | | |
| 6 | | | | | | | | x | |

0 comments on commit aaf1b53

Please sign in to comment.