Skip to content

Commit

Permalink
Add Baby4 demo, improve button text
Browse files Browse the repository at this point in the history
  • Loading branch information
awonak committed Sep 24, 2023
1 parent 659c34a commit 8a05c00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions pages/content/arythmatik.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ will be recalled the next time you power on the module.

{{< youtube _OhwvMgZHsY >}}

{{< youtube PlufCV3CNw8 >}}

```yaml
Encoder:
short press: Toggle between editing the step length and selecting a seed.
Expand All @@ -28,7 +30,7 @@ RST: Trigger this input to reseed the psudo random sequence.
CV1-6: Gate output with decreasing probability.
```
{{< firmware_button hex="A-RYTH-MATIK_BitGarden.hex" >}}
{{< firmware_button hex="A-RYTH-MATIK_BitGarden.hex" buttonText="Flash Bit Garden Firmware" >}}
## Uncertainty
Expand All @@ -55,4 +57,4 @@ CV1-6: Gate output with decreasing probability.
```

{{< firmware_button hex="A-RYTH-MATIK_Uncertainty.hex" >}}
{{< firmware_button hex="A-RYTH-MATIK_Uncertainty.hex" buttonText="Flash Uncertainty Firmware">}}
12 changes: 7 additions & 5 deletions pages/content/synclfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GATE_IN: Gate in / Re-trig
CV_OUT: Envelope Output
```
{{< firmware_button hex="SyncLFO_ADSR.hex" >}}
{{< firmware_button hex="SyncLFO_ADSR.hex" buttonText="Flash ADSR Firmware" >}}
## Baby4
Expand All @@ -32,6 +32,8 @@ Each knob can be set to
a 0 to 10v value based on the knob position. Each trigger received by the
clock input will advance the output voltage to the next knob value.
{{< youtube f330NK89ajE >}}
```yaml
Knob 1: Step 1 voltage
Knob 2: Step 2 voltage
Expand All @@ -42,7 +44,7 @@ TRIG_IN: Advance sequence step
CV_OUT: Current step voltage
```
{{< firmware_button hex="SyncLFO_Baby4.hex" >}}
{{< firmware_button hex="SyncLFO_Baby4.hex" buttonText="Flash Baby4 Firmware" >}}
## GenerativeSequencer
Expand All @@ -67,7 +69,7 @@ TRIG_IN: Advance sequence step
CV_OUT: Current step voltage
```
{{< firmware_button hex="SyncLFO_GenerativeSequencer.hex" >}}
{{< firmware_button hex="SyncLFO_GenerativeSequencer.hex" buttonText="Flash GenerativeSequencer Firmware" >}}
## MultiModeEnv
Expand All @@ -93,7 +95,7 @@ GATE_IN: Gate in / Re-trig
CV_OUT: Envelope Output
```
{{< firmware_button hex="SyncLFO_MultiModeEnv.hex" >}}
{{< firmware_button hex="SyncLFO_MultiModeEnv.hex" buttonText="Flash MultiModeEnv Firmware" >}}
## Polyrhythm
Expand Down Expand Up @@ -125,4 +127,4 @@ TRIG_IN: Trigger Input to advance the rhythm counter
CV_OUT: CV Output for polyrhythm triggers
```
{{< firmware_button hex="SyncLFO_Polyrhythm.hex" >}}
{{< firmware_button hex="SyncLFO_Polyrhythm.hex" buttonText="Flash Polyrhythm Firmware" >}}

0 comments on commit 8a05c00

Please sign in to comment.