How to use

This commit is contained in:
Rich Holmes 2021-09-05 21:00:36 -04:00
parent 750478ab83
commit 2476d4512e
5 changed files with 26 additions and 0 deletions

25
Docs/use.md Normal file
View file

@ -0,0 +1,25 @@
# Using the Precision ADSR with retriggering and looping
## Gated ADSR operation
It's just like pretty much any ADSR envelope generator. Put a gate into the Gate In jack (or generate a gate manually using the push button). The start (rising edge) of the gate will initiate the attack, followed by the decay to the sustain level after maximum amplitude is reached (about 8 V). The end (falling edge) of the gate will initiate the release to 0 V. Attack, Decay, and Release times, and Sustain level, are set using the knobs. The Speed switch allows choosing faster or slower time ranges for the Attack, Decay, and Release times.
![](../Images/adsr.png)
## Inverted output
Whatever appears on the Env output, its negative will appear on the ~Env output. You can use this, for instance, to duck a VCA level using a gate.
## Retriggering
It can be useful to have a new Attack/Decay for new notes without a release to 0 V before them. To do this send a gate to the Gate In (or push the button) and triggers to Retrig In. As usual the gate will initiate an Attack, Decay, Sustain, and Release. However, pulses on the Retrig In jack during the Decay/Sustain phase will cause new Attacks and Decays to occur.
![](../Images/retrigger.png)
## Looping
With the Looping switch in the On position, a gate on the Gate In (or pushing the button) will initiate an Attack and Decay to 0 V. The Sustain level and Release times are ignored. When the output gets close to 0 V it will automatically trigger a new Attack and Decay. The Attacks and Decays will repeat as long as the gate is on. When the gate goes off the looping ends.
If nothing is plugged in on the Gate In jack and Looping is turned on, Attacks and Decays will repeat continuously.
![](../Images/loop.png)

BIN
Images/adsr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
Images/loop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
Images/retrigger.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

View file

@ -24,6 +24,7 @@ The present design adds the following features:
* PCB layout: [front](Docs/precadsr_layout_front.pdf), [back](Docs/precadsr_layout_back.pdf) * PCB layout: [front](Docs/precadsr_layout_front.pdf), [back](Docs/precadsr_layout_back.pdf)
* [BOM](Docs/precadsr_bom.md) * [BOM](Docs/precadsr_bom.md)
* [Build notes](Docs/build.md) * [Build notes](Docs/build.md)
* [How to use](Docs/use.md)
## GitHub repository ## GitHub repository