summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2019-01-26 15:40:02 -0500
committerJakob L. Kreuze <jakob@memeware.net>2019-01-26 15:40:02 -0500
commit59fca156a909dadf80c06ffd834719542702881d (patch)
tree858dbe6d774f1786bbaad55ff903dfde3703e2fb /README.md
parente9bcaf405d4fa2cfbb0577bd40347576da8e7aed (diff)
Clean up README for migration to sr.htHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0e04e8b..6d98d10 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
This is a simple Rust wrapper around the WildMIDI software synthesizer library.
-
# Examples
Included in this repository is a binary project exposing a very basic MIDI
@@ -12,7 +11,6 @@ $ cd examples/player/
$ cargo run D_E1A1.MID
```
-
# Tests
The WildMIDI C library maintains some global state, so tests should **not** be
@@ -23,10 +21,9 @@ cargo-test as:
cargo test -- --test-threads=1
```
-
# TODO
- [x] Implement wrappers for WildMidi_GetInfo.
- [ ] Implement wrappers for WildMidi_SetOption.
- [ ] Valid MIDI blob for use in testing 'load' and the methods of 'Midi'.
-- [ ] Compile the WildMIDI C library, or provide more sanity checking to ensure that it's present? \ No newline at end of file
+- [ ] Compile the WildMIDI C library, or provide more sanity checking to ensure that it's present?