Skip to content

Commit 2abca63

Browse files
committed
Add missing readme files
1 parent cde3d13 commit 2abca63

File tree

13 files changed

+157
-0
lines changed

13 files changed

+157
-0
lines changed

builder-proc-macros/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_builder_proc_macros
4+
5+
[![Version](https://img.shields.io/crates/v/caw_builder_proc_macros.svg)](https://crates.io/crates/caw_builder_proc_macros)
6+
[![Documentation](https://docs.rs/caw_builder_proc_macros/badge.svg)](https://docs.rs/caw_builder_proc_macros)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
A macro for generating builders.
11+
12+
Part of the [CAW Synthesizer Framework](..).

computer-keyboard/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_computer_keyboard
4+
5+
[![Version](https://img.shields.io/crates/v/caw_computer_keyboard.svg)](https://crates.io/crates/caw_computer_keyboard)
6+
[![Documentation](https://docs.rs/caw_computer_keyboard/badge.svg)](https://docs.rs/caw_computer_keyboard)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Use a computer keyboard to control caw synthesizer modules.
11+
12+
Part of the [CAW Synthesizer Framework](..).

core/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_core
4+
5+
[![Version](https://img.shields.io/crates/v/caw_core.svg)](https://crates.io/crates/caw_core)
6+
[![Documentation](https://docs.rs/caw_core/badge.svg)](https://docs.rs/caw_core)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Core types for caw software-defined modular synthesizer.
11+
12+
Part of the [CAW Synthesizer Framework](..).

interactive/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_interactive
4+
5+
[![Version](https://img.shields.io/crates/v/caw_interactive.svg)](https://crates.io/crates/caw_interactive)
6+
[![Documentation](https://docs.rs/caw_interactive/badge.svg)](https://docs.rs/caw_interactive)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Interactive keyboard and mouse control, and visualization for the caw synthesizer framework.
11+
12+
Part of the [CAW Synthesizer Framework](..).

keyboard/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_keyboard
4+
5+
[![Version](https://img.shields.io/crates/v/caw_keyboard.svg)](https://crates.io/crates/caw_keyboard)
6+
[![Documentation](https://docs.rs/caw_keyboard/badge.svg)](https://docs.rs/caw_keyboard)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Abstract representation of a (musical) keyboard for the caw synthesizer framework.
11+
12+
Part of the [CAW Synthesizer Framework](..).

midi-file/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_midi_file
4+
5+
[![Version](https://img.shields.io/crates/v/caw_midi_file.svg)](https://crates.io/crates/caw_midi_file)
6+
[![Documentation](https://docs.rs/caw_midi_file/badge.svg)](https://docs.rs/caw_midi_file)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Play midi files with the caw synthesizer framework.
11+
12+
Part of the [CAW Synthesizer Framework](..).

midi-live/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
![CAW Logo](../assets/logo.png)
3+
4+
# caw_midi_live
5+
6+
[![Version](https://img.shields.io/crates/v/caw_midi_live.svg)](https://crates.io/crates/caw_midi_live)
7+
[![Documentation](https://docs.rs/caw_midi_live/badge.svg)](https://docs.rs/caw_midi_live)
8+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
9+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
10+
11+
Use a midi device to control caw synthesizers.
12+
13+
Part of the [CAW Synthesizer Framework](..).

midi-serial/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_midi_serial
4+
5+
[![Version](https://img.shields.io/crates/v/caw_midi_serial.svg)](https://crates.io/crates/caw_midi_serial)
6+
[![Documentation](https://docs.rs/caw_midi_serial/badge.svg)](https://docs.rs/caw_midi_serial)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Control caw synthesizers with a serial device that transmits midi data over a serial port.
11+
12+
Part of the [CAW Synthesizer Framework](..).

midi/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_midi
4+
5+
[![Version](https://img.shields.io/crates/v/caw_midi.svg)](https://crates.io/crates/caw_midi)
6+
[![Documentation](https://docs.rs/caw_midi/badge.svg)](https://docs.rs/caw_midi)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Common midi logic for the caw synthesizer framework.
11+
12+
Part of the [CAW Synthesizer Framework](..).

modules/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_modules
4+
5+
[![Version](https://img.shields.io/crates/v/caw_modules.svg)](https://crates.io/crates/caw_modules)
6+
[![Documentation](https://docs.rs/caw_modules/badge.svg)](https://docs.rs/caw_modules)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Collection of synthesizer modules for the caw synthesizer framework.
11+
12+
Part of the [CAW Synthesizer Framework](..).

0 commit comments

Comments
 (0)