Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Apr 12, 2024
1 parent c75763c commit 7e43f8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# music-math-rs
# 🎹 music-math-rs 🎹

[![CI](https://github.com/madskjeldgaard/music-math-rs/workflows/CI/badge.svg)](https://github.com/madskjeldgaard/music-math-rs/actions?query=workflow%3ACI)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/madskjeldgaard/music-math/blob/main/LICENSE-MIT)
Expand All @@ -8,6 +8,8 @@ This crate contains common functions and helpers for working with music / audio

Almost all DSP, audio or music software uses variations of some of these functions, and the goal here is to provide a common set of well-tested, benchmarked and reliable set of functions that can be re-used across different projects.

Some of these functions are inspired by computer music environments like SuperCollider, Max/MSP, PureData, etc, but others are just very ubiquitous or useful bits of code to have at hand when working with audio, music or DSP.

It features the following modules and functions:
- `midi`: Functions for converting between MIDI note numbers and frequencies, transposing, etc.
- `get_midi_note_name`: Get the name of a MIDI note number.
Expand Down

0 comments on commit 7e43f8f

Please sign in to comment.