Skip to content

Commit

Permalink
revise docs on tap/length
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardishungry committed Mar 29, 2018
1 parent 1de866d commit 41520d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ the <em>length</em> of the shift register. In the fully lowered position, there
stages. The right-hand slider moves the location of the tap or output. If the right <em>tap</em>
value is greater than the left <em>length</em> value, the tap will be set to the last stage
of the lane. Independent values for the tap position and the lane length will be
useful when utilizing the looping feature.
useful when utilizing the looping feature. In short:

* The left hand slider controls the capacity of the shift register (length).
* The right hand slider controls which step of the shift register is selected to play notes (tap).
* When the shift register loops, the loop is fed from the final cell (length).
* If the right hand control (tap) is set to a value greater than the left hand (length), the tap is set to the length – that is, there is no memory past the tap point.

## Outputs

Expand Down

0 comments on commit 41520d4

Please sign in to comment.