Skip to content

Commit 5a4c6c2

Browse files
committed
Add correct titles
1 parent a7f95b6 commit 5a4c6c2

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

mod-clk/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
- **3** counter/sequencer chain output
88
- **4** step output ×8 (2 outputs for each step)
99

10-
## Counter
10+
## How it works
1111

12-
The counter counts from 1 to 8 and then restarts from the beginning. It advances on each trigger or gate received at the clock input. The reset input resets the counter back to step 1.
12+
Counts from 1 to 8 and then restarts from the beginning. It advances on each trigger or gate received at the clock input. The reset input resets the counter back to step 1.
1313

14-
### Chaining
14+
## Chaining
1515

1616
The chain output pair can be connected to the reset/clock inputs of another counter or sequencer. This allows two counters to work as a single extended counter with more steps — when the first counter completes its cycle, the second one advances.
1717

18-
### Custom step count
18+
## Custom step count
1919

2020
To create a counter with fewer than 8 steps, connect the (N+1) step output to the reset input. For example, connecting step 5 output to reset will create a 4-step counter.
2121

2222
*todo add patch image*
2323

24-
### Combining outputs
24+
## Combining outputs
2525

2626
Step outputs are active-low diodes with pull-down resistors, which means they can be combined (wired together) to trigger on multiple steps.
2727

mod-comp/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@
1414

1515
## How it works
1616

17-
The compressor reduces the dynamic range of the input signal. The **compression level** knob controls both threshold and ratio simultaneously — turning it up increases the amount of compression applied. The **attack** knob adjusts how quickly the compressor responds to transients. The **release mode** button toggles between fast and slow release times. The **output level** knob allows you to compensate for gain reduction.
17+
The compressor reduces the dynamic range of the input signal. The **compression level [3]** knob controls both threshold and ratio simultaneously — turning it up increases the amount of compression applied.
18+
19+
The **attack [2]** knob adjusts how quickly the compressor responds to transients. The **release mode [9]** button toggles between fast and slow release times. The **output level [1]** knob allows you to compensate for gain reduction.
1820

1921
### Sidechain mode
2022

21-
When the sidechain button is pressed, the compressor enters sidechain mode. In this mode, the compression envelope is derived from a separate signal fed into the sidechain input instead of the main input. This allows the compressor to be triggered by an external source (e.g., ducking a synth pad with a kick drum).
23+
When the **sidechain button [6]** is pressed, the compressor enters sidechain mode. In this mode, the compression envelope is derived from a separate signal fed into the **sidechain input [5]** instead of the **main input [4]**. This allows the compressor to be triggered by an external source (e.g., ducking a synth pad with a kick drum).
2224

2325
*todo add image for two modes with main inpuit and sidechain input*
2426

2527
### Envelope output
2628

27-
The envelope follower output provides the detected envelope signal, which can be used to control other modules.
29+
The **envelope follower output [8]** provides the detected envelope signal, which can be used to control other modules.
2830

2931
## Power consumption
3032

mod-eq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EQ
1+
# equalizer
22

33
<img src="mod-eq.png" width="217">
44

0 commit comments

Comments
 (0)