-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 27f2d6b
Showing
514 changed files
with
3,776,324 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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 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 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
BIN
+36.8 KB
Converted/FlippedMIDI/Minecraft/Labyrinthine by Lena Raine - Copy.midi
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+26.4 KB
Converted/FlippedMIDI/Minecraft/Note Block Battle (Animation vs 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 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 not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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 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 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 not shown.
Binary file added
BIN
+20.9 KB
Converted/MIDI/Minecraft/Note Block Battle (Animation vs 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 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 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 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 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 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
BIN
+17.9 MB
Converted/MP3/Minecraft/Note Block Battle (Animation vs 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 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 not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.