Basically, this takes a MIDI input file (I just googled and grabbed one of Maroon 5's "Animal" – I know, I know) and generates a WAV file.
NOTE: This is the slowest midi rendering program I have ever seen!
Dependencies:
- Pydub (pydub.com)
Basically, this takes a MIDI input file (I just googled and grabbed one of Maroon 5's "Animal" – I know, I know) and generates a WAV file.
NOTE: This is the slowest midi rendering program I have ever seen!
Dependencies:
| After installing it http://sourceforge.net/projects/meld-installer/ | |
| I had to tell git where it was: | |
| git config --global merge.tool meld | |
| git config --global diff.tool meld | |
| git config --global mergetool.meld.path “C:\Program Files (x86)\Meld\meld\meld.exe” | |
| And that seems to work. Both merging and diffing with “git difftool” or “git mergetool” |