Skip to content

Commit 81b491b

Browse files
authored
Update README for version 1.0.
Updated modes list, photos, single-color LED to RGB LED.
1 parent bf4cdf5 commit 81b491b

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,40 @@ A MIDI controller for the Digitech Whammy IV effects pedal.
55
[Demo on Youtube](https://www.youtube.com/watch?v=WNatA7jqHCU "Nauseating audio demo")
66

77
<span>
8-
<img src="https://user-images.githubusercontent.com/12682046/164094312-056a5869-a076-41b6-8458-f2a05f56958b.jpg" width="300" alt="Pedal externals" />
9-
<img src="https://user-images.githubusercontent.com/12682046/164094408-1f04eb69-766c-47b1-8ecb-b9c5890650ef.jpg" width="300" alt="Pedal guts" />
8+
<img src="https://user-images.githubusercontent.com/12682046/166830486-349c0bfd-688f-4219-9405-855be94ce52e.jpg" width="300" alt="Pedal externals" />
9+
<img src="https://user-images.githubusercontent.com/12682046/166830256-3dd194d0-3b77-40a5-a1a9-1d1ff3e3b783.jpg" width="300" alt="Pedal guts"/>
1010
</span>
1111

12-
The implementation currently provides these modes:
1312

14-
- Saw up: / / / / / / /
15-
- Saw down: \ \ \ \ \ \ \
16-
- Triangle: / \ / \ / \ /
17-
- Sine: like triangle but curvier.
18-
- Square: _ - _ - _ - _
19-
- "Map of the Problematique" sequencer.
20-
- Randomisers:
21-
- Quantized to a musical mode e.g. Phrygian, Lydian...
22-
- Unquantized, any pedal position. Bleep bloop.
23-
- Unquantized, any pedal position, any patch.
24-
- Chaos randomiser, applying any of the other modes randomly.
13+
The implementation currently provides these modes:
14+
- Active (LED blue): Ramp towards toe-down when active, ramp towards heel-down when inactive.
15+
- Waves (LED white):
16+
- Sine: ramp up and down following a nice smooth sine wave `/‾\_/‾\_`
17+
- Sawtooth up: linear ramp up, immediate return to zero `//// `
18+
- Sawtooth down: linear ramp down, immediate return to maximum `\\\\
19+
- Triangle: linear ramp up and down `/\/\/`
20+
- Sequencer (LED red):
21+
- Square `_‾_‾`
22+
- "Map of the Problemaque"
23+
- Octaves `-2`, `-1`, `0`, `+1`, `+2`
24+
- Random sequence
25+
- Scale (LED yellow): Random pedal positions quantised to a musical mode (Phrygian, Lydian, etc)
26+
- Random position (LED green): unquantised, random pedal positions.
27+
- 'Chaos' (LED cyan): random selection from the above modes.
2528

2629
### Hardware
2730

2831
- Arduino Nano clone
2932
- 3 momentary buttons
3033
- One linear potentiometer
3134
- MIDI port
32-
- LED
35+
- RGB LED
3336
- A few resistors, wire, case, etc.
3437

3538
### Controls
3639

3740
**On/off**: activate the pedal.
38-
**Modifier + On/off**: Toggle between momentary and latching activation. Default: momentary.
41+
**Modifier + On/off**: Toggle between momentary and latching activation. Momentary/latching mode persists in EEPROM between sessions so you don't need to change it every time.
3942

4043
**Mode**: move to the next pedal mode.
4144
**Modifier + Mode**: move to previous mode.

0 commit comments

Comments
 (0)