Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 579 Bytes

text2midi

A program that takes text and converts it to MIDI art

Usage

For now, you can run text2midi as follows. This will take the first argument (the message string), and generate the MIDI file that draws out the given message string.

python -m text2midi "<message_string>" path/to/output/file.mid

For example, you could run something like,

python -m text2midi "Hello, World\!" hello_world.mid

Now, to actually see this MIDI file (in piano roll) you can use the DAW of your choice. Logic Pro X, Reaper, GarageBand (?) would work just fine.