https://github.com/carlcolglazier/olearia
modular applets for the daisy patch
https://github.com/carlcolglazier/olearia
daisy
Last synced: 9 months ago
JSON representation
modular applets for the daisy patch
- Host: GitHub
- URL: https://github.com/carlcolglazier/olearia
- Owner: CarlColglazier
- License: isc
- Created: 2020-07-02T18:58:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T20:34:31.000Z (about 1 year ago)
- Last Synced: 2025-08-02T17:43:21.148Z (12 months ago)
- Topics: daisy
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Olearia
A collection of applets for the Daisy Patch.
| Mode | CV (L) | CV (R) | Audio (L) | Audio (R) |
|--------|-----------|-----------|------------|------------|
| VCO FM | Pitch | Mod Index | | |
| VCA | Level (1) | Level (2) | Signal (1) | Signal (2) |
| Noise | Level (1) | Level (2) | | |
All outputs direct through the audio outs.
## Development
The repository includes libDaisy and DaisySP as submodules. Keep this in mind when cloning:
```
git clone
git submodule update --init
make
```
## Development Environment
I personally [use](https://carlcolglazier.com/tools/) an M1 MacBook
and have found it is simplest to use containers to actually build
the binary.
``` sh
docker build --platform linux/amd64 --tag olearia --file Dockerfile .
```