Skip to content

Commit

Permalink
Add patches to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Oct 20, 2024
1 parent a890c68 commit 3a97688
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ For an easier way to flash your patches, use `flash.sh` located in the scripts f
./scripts/flash.sh <PLATFORM> <PATCH>
```

There are a number of existing patches, which have already been designed:

- Init
- [Daisy](./init/daisy) - A basic sine-wave oscillator
- [Kudzu](./init/kudzu) - An expressive distortion patch that twists, folds, and mangles audio for a sometimes unrecognizable outcome
- Seed
- [Blink](./seed/blink) - The "hello world" of embedded programming
- [Daisy](./seed/daisy) - A basic sine-wave oscillator

## Writing Patches

To write your own patch, you can simply modify an example or copy an example folder and re-write the code as necessary.
Expand Down

0 comments on commit 3a97688

Please sign in to comment.