Skip to content

Commit af81e0a

Browse files
committed
Update docs for v5
1 parent c4fd16f commit af81e0a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

user_guide/docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To install this into your Eurorack setup:
2626
Big Honking Button has two inputs:
2727

2828
- A gate / trigger in
29-
- A pitch CV in that is 1v/Oct with a -2v to +2v range
29+
- A pitch CV in that is 1v/Oct with a -5v to +5v range<sup>see note</sup>
3030

3131
And two outputs:
3232

@@ -36,6 +36,9 @@ And two outputs:
3636

3737
With the default code, it will trigger the sample and play it through the audio out whenever the button is pressed or whenever the gate input is triggered. It will also set the gate out to high whenever the button is pressed or whenever the gate in is high. You can customize some of this behavior by [modifying the code](#modifying-the-code).
3838

39+
!!! note "Revision differences"
40+
Big Honking Buttons manufactured prior to 2021 (v4 and lower) only have an input range of -2v to +2v. More than that won't damage the module, but it won't be able to measure anything outside of that range.
41+
3942

4043
## Changing the sample
4144

user_guide/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ markdown_extensions:
1818
- md_in_html
1919
nav:
2020
- "User Guide": index.md
21-
- "Kit Build Instructions": build.md
21+
- "Kit Build Instructions": build.md

0 commit comments

Comments
 (0)