mutil

Results 5 issues of mutil

Along with `change` event, `input` should also be forwarded for cases of instant value change.

MusicXML supports [tablature notation](http://www.musicxml.com/tutorial/tablature/). Is there a way to render tablature with this plugin and if not, can you provide some guidelines of how this should be implemented? Thank you.

Diatonic module (core.diatonic) seems to be missing from this github repository.

When I try to export a Bar to a file using MidiFileOut I get this error: `AttributeError: 'Note' object has no attribute 'islower'` Writing a Note or NoteContainer works though....

I am using [node-python](https://github.com/electronifie/node-python) to wrap mingus modules and when I try to use Note.from_int() I get this error: `TypeError: list indices must be integers, not float` I could not...