Skip to content

Commit 387dbf6

Browse files
committed
Readme for caw_midi_udp_client
1 parent d76dfeb commit 387dbf6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

midi-udp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw_midi_udp_client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "A UDP client for sending midi commands to caw synthesizers"
66
authors = ["Stephen Sherratt <[email protected]>"]

midi-udp-client/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_midi_udp_client
4+
5+
[![Version](https://img.shields.io/crates/v/caw_midi_udp_client.svg)](https://crates.io/crates/caw_midi_udp_client)
6+
[![Documentation](https://docs.rs/caw_midi_udp_client/badge.svg)](https://docs.rs/caw_midi_udp_client)
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 UDP client for sending midi commands to caw synthesizers. Used by
11+
[caw_midi_udp_widgets_app](https://crates.io/crates/caw_midi_udp_widgets_app).
12+
13+
Part of the [CAW Synthesizer Framework](..).

0 commit comments

Comments
 (0)