Skip to content

Commit

Permalink
Update MIDI generator, add README.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Dec 10, 2014
1 parent 5273cc2 commit 3c5e542
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 98 deletions.
13 changes: 13 additions & 0 deletions ruby/midi/README.md
@@ -0,0 +1,13 @@
Build MIDI file:

$ gem install midilib
$ ./midigen

Convert to WAV:
$ brew install fluidsynth
$ fluidsynth -a coreaudio ~/w/audio/octave/FluidR3_GM.sf2 from_scratch.mid -F test.ra

$ brew install sox
$ sox -t raw -r 44100 -e signed -b 16 -c 2 test.raw ~/Downloads/test1.wav


98 changes: 0 additions & 98 deletions ruby/midigen.rb

This file was deleted.

0 comments on commit 3c5e542

Please sign in to comment.