@@ -32,8 +32,11 @@ <h1 id="thepython10110">ThePython10110</h1>
3232 < hr >
3333 < h1 id ="music "> Music</ h1 >
3434 < p > Find my music (mostly video game transcriptions) on < a
35- href ="https://musescore.com/thepython10110 "> MuseScore.com</ a > and < a
36- href ="https://github.com/thepython10110/musescore "> GitHub</ a > .</ p >
35+ href ="https://musescore.com/thepython10110 "> MuseScore.com</ a > and < a href ="https://github.com/thepython10110/musescore "> GitHub</ a > .
36+ On GitHub, I have a script that automatically converts them into various file formats (including MP3, MIDI, PDF, and MusicXML). It
37+ will even automatically flip the MIDI files using < a href ="https://github.com/thepython10110/midiflip "> my version</ a > of
38+ < a href ="https://github.com/1j01/midiflip "> midiflip</ a > .
39+ </ p >
3740 < hr >
3841 < h1 id ="software-on-my-computer "> < a href ="software-on-my-computer "> Software on my computer</ a > </ h1 >
3942 < p > A list of software on my computer.</ p >
@@ -81,10 +84,6 @@ <h3 id="too_many_aliases">Too Many Aliases</h3>
8184 < summary >
8285 < h1 id ="random-programming-projects "> Random programming projects</ h1 >
8386 </ summary >
84- < h3 id ="tengwar-transcriber "> Tengwar Transcriber</ h3 >
85- < p > < a href ="https://github.com/thepython10110/tengwar-transcriber "> GitHub</ a > , < a href ="Tengwar-Transcriber "> Demo</ a > </ p >
86- < p > A program that converts English into Lord of the Rings Elvish Tengwar. I'm unlikely to finish it,
87- especially since < a href ="https://tecendil.com "> Tecendil</ a > already exists.</ p >
8887 < h3 id ="countdown "> Countdown</ h3 >
8988 < p > < a href ="https://github.com/thepython10110/countdown "> GitHub</ a > </ p >
9089 < p > A Python/Tkinter program that counts down the time until user-specified events, with the ability to
@@ -96,6 +95,17 @@ <h3 id="countdown">Countdown</h3>
9695 Assistant</ a >
9796 server via the REST API. It uses my Python script (< code > hass.py</ code > ) which has several functions
9897 that make the Home Assistant REST API relatively easy to use.</ p >
98+ < h3 id ="midiflip "> Midiflip</ h3 >
99+ < p > < a href ="https://github.com/thepython10110/midiflip "> GitHub</ a > , < a href ="midiflip "> Demo</ a > </ p >
100+ < p > A program to flip MIDI files (high notes become low notes, low notes become high notes). This is a
101+ fork of < a href ="https://github.com/1j01/midiflip "> 1j01's original version</ a > , and all it adds is
102+ the ability to remap pitches to the closest octave to their original range. I use it to automatically
103+ flip all of my < a href ="https://github.com/thepython10110/Musescore "> MuseScore scores</ a > .
104+ </ p >
105+ < h3 id ="tengwar-transcriber "> Tengwar Transcriber</ h3 >
106+ < p > < a href ="https://github.com/thepython10110/tengwar-transcriber "> GitHub</ a > , < a href ="Tengwar-Transcriber "> Demo</ a > </ p >
107+ < p > A program that converts English into Lord of the Rings Elvish Tengwar. I'm unlikely to finish it,
108+ especially since < a href ="https://tecendil.com "> Tecendil</ a > already exists.</ p >
99109 < h3 id =">GitHub-pages "> GitHub Pages</ h3 >
100110 < p > < a href ="https://github.com/thepython10110/thepython10110.github.io "> GitHub</ a > </ p >
101111 < p > The code for this site.</ p >
0 commit comments