Skip to content

Commit

Permalink
Add license badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Feb 19, 2024
1 parent 2359ee2 commit d313226
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# gritwave - eurorack
# Eurorack

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Package](https://github.com/gritwave/eurorack/actions/workflows/package.yml/badge.svg)](https://github.com/gritwave/eurorack/actions/workflows/package.yml)
[![codecov](https://codecov.io/gh/gritwave/eurorack/graph/badge.svg?token=7zVMQmr3Rb)](https://codecov.io/gh/gritwave/eurorack)

## Projects
## Firmware

| Name | Description | Hardware |
| :------------------: | :-------------------------: | :------------------------------------------------------------------------: |
| [Astra](./src/astra) | Multi-Effect Mono to Stereo | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| [Hades](./src/hades) | Multi-Mono Noise/Distortion | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| [Kyma](./src/kyma) | Wavetable Oscillator | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| Name | Description | Hardware |
| :-------------------: | :-------------------------: | :------------------------------------------------------------------------: |
| [Amp](./src/amp) | Multi-Mono Amp Simulation | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| [Astra](./src/astra) | Multi-Effect Mono to Stereo | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| [Hades](./src/hades) | Multi-Mono Noise/Distortion | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| [Hermas](./src/hades) | Multi-Mono Transient Shaper | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |
| [Kyma](./src/kyma) | Wavetable Oscillator | [Electrosmith Patch.init()](https://www.electro-smith.com/daisy/patchinit) |

## Development

Expand Down
3 changes: 2 additions & 1 deletion lib/grit/audio/airwindows/airwindows_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ TEMPLATE_TEST_CASE("audio/airwindows: AirWindowsGrindAmp", "", float, double)
Float(48000),
Float(88200),
Float(96000),
Float(120000),
Float(132300),
Float(144000),
Float(176400),
Float(192000),
Float(384000)
Expand Down

0 comments on commit d313226

Please sign in to comment.