Skip to content

Commit 9aed6dc

Browse files
committed
user guide: Update samples list
1 parent e497da1 commit 9aed6dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_guide/docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ To use these examples, connect your Big Honking Button to your computer just lik
108108
1. [Cycle example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/cycle.py): Shows how to load multiple samples and cycle between them.
109109
1. [Random example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/random.py): Shows how to load multiple samples and choose one at random.
110110
1. [CV select example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/cv_select.py): Shows how to load multiple samples and use the CV input to select which one to play.
111+
1. [Press & release example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/press_release.py) shows how to play a different sample when pressing the button and releasing the button.
112+
1. [Separate button & gate example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/button_gate.py) shows how to play a different sample depending on if the button was pressed or the gate in was triggered.
113+
1. [Burst example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/honk_burst.py) shows how to play a "burst" of samples when the button is pressed.
111114
1. [Tap tempo example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/tap_tempo.py): Shows how to use the button to set the tempo and have the module play back a sample at each beat.
112115
1. [Sine example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/sine.py): An advanced example that shows how to generate a custom waveform.
113116
1. [Noise example](https://github.com/wntrblm/Big_Honking_Button/blob/main/examples/noise.py): An advanced example that shows how to generate noise.

0 commit comments

Comments
 (0)