From d86d05274eb1d79f6367c3eae1d4646f61c443dd Mon Sep 17 00:00:00 2001 From: Eric Humphrey Date: Sat, 24 Dec 2016 12:45:02 -0500 Subject: [PATCH] Added travis + coveralls badges to readme. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9e90982..a286762 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# pretty_midi + +[![Build Status](https://travis-ci.org/craffel/pretty-midi.svg?branch=master)](https://travis-ci.org/craffel/pretty-midi) +[![Coverage Status](https://coveralls.io/repos/github/craffel/pretty-midi/badge.svg?branch=master)](https://coveralls.io/github/craffel/pretty-midi?branch=master) + +## Overview + `pretty_midi` contains utility function/classes for handling MIDI data, so that it's in a format which is easy to modify and extract information from. In order to synthesize some MIDI data using the included soundfont file (see the fluidsynth() function), you need fluidsynth and pyfluidsynth: