File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " caw_midi_udp_client"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2024"
55description = " A UDP client for sending midi commands to caw synthesizers"
66authors = [
" Stephen Sherratt <[email protected] >" ]
Original file line number Diff line number Diff line change 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] ( .. ) .
You can’t perform that action at this time.
0 commit comments