Skip to content

A program that takes text and converts it to MIDI art

License

Notifications You must be signed in to change notification settings

nshdesai/text2midi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program that takes text and converts it to MIDI art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages