Skip to content

Commit

Permalink
|NoConvert| Cleared old commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePython10110 committed Jul 3, 2024
0 parents commit 27f2d6b
Show file tree
Hide file tree
Showing 514 changed files with 3,776,324 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/batch-convert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Automatic Batch Conversion
run-name: ${{github.actor}} started a batch conversion job.
on: push
jobs:
Batch-Convert:
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, '|NoConvert|')"
steps:
- name: Set up NodeJS
uses: actions/setup-node@v3
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install MuseScore 3
run: |
Invoke-WebRequest -URI https://github.com/musescore/MuseScore/releases/download/v3.6.2/MuseScore-3.6.2.548021803-x86_64.msi -OutFile MuseScore3Installer.msi
.\MuseScore3Installer.msi -q
- name: Install MuseScore 4
run: |
Invoke-WebRequest -URI https://github.com/musescore/MuseScore/releases/download/v4.0.1/MuseScore-4.0.1.230121751-x86_64.msi -OutFile MuseScore4Installer.msi
.\MuseScore4Installer.msi -q
- name: Install MIDIflip (NodeJS)
run: npm install https://github.com/ThePython10110/midiflip
- name: Convert!
run: python batch_convert.py --auto --output Converted
- name: Commit to git
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>" #No idea whether this will work, but I looked it up...
git add .
git commit -m "Automatic conversion |NoConvert|"
git push
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.mscbackup/
Private/
convert_job3.json
convert_job4.json
*.autosave
*.msi
package-lock.json
package.json
node_modules/
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/Following Stanley.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Attitude.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/City Theme.midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Clear Sky.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Dark Theme.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Don't Leave.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Factory Theme.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Footprint.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Forest Theme.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Golf.midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Ice Theme.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Labor (MAJOR KEY).midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Labor.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Laboratory.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Lockdown.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Sail Away.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Stand Up.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Steam Theme.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Test of Time.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Thermal Theme.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Tomorrow.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/HFF/Unknown.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/Leo/Cousin's Harbor.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/Leo/Title Screen.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/Leo/Traps and Thorns.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/Leo/Trickery Trail.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/Leo/Wife's Trail.midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/Other/Big Disc Energy.midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/Other/Cycling.midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/Other/Dolphin Coast.midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/Other/Majesty (Fez).midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/FlippedMIDI/Other/Traps and Thorns.midi
Binary file not shown.
Binary file added Converted/FlippedMIDI/Stanley/Elevator.midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions Converted/FlippedMIDI/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Flipped MIDI files
These are flipped versions of all the MIDI files. Basically, all the notes are inverted, so high notes become low notes and vice versa. After doing that, every channel is transposed to
approximately its original octave.

I did all this with [my version of](https://thepython10110.github.io/midiflip) midiflip (here's [the original](https://1j01.github.io/midiflip)), which just adds the octave-remapping option.

Note: Anything in channels 10 and 11 is ignored since those channels are usually used for drums. This makes anything that uses those channels for anything besides drums sound kind of terrible.
For example, in "Following Stanley," MuseScore decided that it would be a good idea to put the "Voice" instrument on one of those channels. I could probably fix it by just changing the MIDI channel in
MuseScore, but I'm lazy (plus I already typed all this and I don't want to waste it).
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/HFF/Attitude.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/City Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Clear Sky & Labor Guitar.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Clear Sky.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Dark Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Don't Leave.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Factory Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Footprint.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Forest Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Golf.midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/HFF/Human Fall Flat Medley.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Ice Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Labor (MAJOR KEY).midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Labor.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Laboratory.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Lockdown.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Sail Away.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Stand Up.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Steam Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Test of Time.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Thermal Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Tomorrow.midi
Binary file not shown.
Binary file added Converted/MIDI/HFF/Unknown.midi
Binary file not shown.
Binary file added Converted/MIDI/Leo/Cousin's Harbor.midi
Binary file not shown.
Binary file added Converted/MIDI/Leo/Title Screen.midi
Binary file not shown.
Binary file added Converted/MIDI/Leo/Traps and Thorns.midi
Binary file not shown.
Binary file added Converted/MIDI/Leo/Trickery Trail.midi
Binary file not shown.
Binary file added Converted/MIDI/Leo/Wife's Trail.midi
Binary file not shown.
Binary file added Converted/MIDI/Minecraft/Aerie (Minecraft).midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/Minecraft/Relic (MineCraft).midi
Binary file not shown.
Binary file added Converted/MIDI/Minecraft/Wait (Minecraft).midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/Other/Big Disc Energy.midi
Binary file not shown.
Binary file added Converted/MIDI/Other/Blind John the Harper.midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/Other/Cycling.midi
Binary file not shown.
Binary file added Converted/MIDI/Other/Disc Golf Valley Theme.midi
Binary file not shown.
Binary file added Converted/MIDI/Other/Dolphin Coast.midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/Other/Majesty (Fez).midi
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/Other/Traps and Thorns.midi
Binary file not shown.
Binary file added Converted/MIDI/Stanley/Elevator.midi
Binary file not shown.
Binary file added Converted/MIDI/Stanley/Following Stanley.midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/MIDI/Wintergatan/Marble Machine.midi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/Following Stanley.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Attitude.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/City Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Clear Sky & Labor Guitar.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Clear Sky.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Dark Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Don't Leave.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Factory Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Footprint.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Forest Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Golf.mp3
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/HFF/Human Fall Flat Medley.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Ice Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Labor (MAJOR KEY).mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Labor.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Laboratory.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Lockdown.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Sail Away.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Stand Up.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Steam Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Test of Time.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Thermal Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Tomorrow.mp3
Binary file not shown.
Binary file added Converted/MP3/HFF/Unknown.mp3
Binary file not shown.
Binary file added Converted/MP3/Leo/Cousin's Harbor.mp3
Binary file not shown.
Binary file added Converted/MP3/Leo/Title Screen.mp3
Binary file not shown.
Binary file added Converted/MP3/Leo/Traps and Thorns.mp3
Binary file not shown.
Binary file added Converted/MP3/Leo/Trickery Trail.mp3
Binary file not shown.
Binary file added Converted/MP3/Leo/Wife's Trail.mp3
Binary file not shown.
Binary file added Converted/MP3/Minecraft/Aerie (Minecraft).mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/Minecraft/Precipice (Minecraft).mp3
Binary file not shown.
Binary file added Converted/MP3/Minecraft/Relic (MineCraft).mp3
Binary file not shown.
Binary file added Converted/MP3/Minecraft/Wait (Minecraft).mp3
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/Other/Big Disc Energy.mp3
Binary file not shown.
Binary file added Converted/MP3/Other/Blind John the Harper.mp3
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/Other/Cycling.mp3
Binary file not shown.
Binary file added Converted/MP3/Other/Disc Golf Valley Theme.mp3
Binary file not shown.
Binary file added Converted/MP3/Other/Dolphin Coast.mp3
Binary file not shown.
Binary file added Converted/MP3/Other/Friendship (Bopl Battle).mp3
Binary file not shown.
Binary file added Converted/MP3/Other/Majesty (Fez).mp3
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/Other/Traps and Thorns.mp3
Binary file not shown.
Binary file added Converted/MP3/Stanley/Elevator.mp3
Binary file not shown.
Binary file added Converted/MP3/Stanley/Following Stanley.mp3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Converted/MP3/Wintergatan/Marble Machine.mp3
Binary file not shown.
Loading

0 comments on commit 27f2d6b

Please sign in to comment.