Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requested Gate phaser doc updates #378

Merged
merged 8 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor doc update
Nik Ansell committed May 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 89a9b87fed116334d1ce73a6a009b13b87b56f22
17 changes: 8 additions & 9 deletions software/contrib/gate_phaser.md
Original file line number Diff line number Diff line change
@@ -39,11 +39,10 @@ percussions elements, emvelopes, sequencer clocks or samples.
- Gate Delay Time: 500ms
- Gate Delay Multiples: 0:1:2:3:4:5

Each output then sends a gate using the following formula:
The initial output is sent after "Gate Delay Time * Gate Delay Multiple" milliseconds.
Each subsequent output is sent after "Cycle Time + (Delay Time * Gate Delay Multiple)" milliseconds.

Cycle Time + (Delay Time * Gate Delay Multiple)

Therefore:
Therefore after the initial gate output from each output:

- Output 1 sends a gate every 1000ms
- Output 2 sends a gate every 1500ms
@@ -57,9 +56,9 @@ Which results in the following:
| 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 | |
| 2 | | x | | | x | | | x | |
| 3 | | | x | | | | x | | |
| 4 | | | | x | | | | | x |
| 5 | | | | | x | | | | |
| 6 | | | | | | x | | | |