Skip to content

Commit

Permalink
|NoConvert| Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePython10110 committed Jul 5, 2024
1 parent 27f2d6b commit ac43c12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file not shown.
Binary file modified MuseScore4/Minecraft/Labyrinthine by Lena Raine.mscz
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ My MuseScore scores, also available [here](https://www.musescore.com/thepython10

Since MuseScore doesn't allow you to download files without a Pro account, I've decided to make mine publicly available on GitHub. I used Python and GitHub Actions to automatically convert them into several formats every time I push to this repository. Here's the [GitHub Actions YAML file](https://github.com/ThePython10110/MuseScore/blob/master/.github/workflows/batch-convert.yml), and here's the [Python script](https://github.com/ThePython10110/MuseScore/blob/master/batch_convert.py). The converted files are (fairly obviously) in the "Converted" folder.

I may intentionally include `|NoConvert|` in some of my commit names to keep the conversion from running (because it really doesn't need to). I probably also need to convert the MuseScore 4 files locally on my computer, as several of them use VST plugins, so that could get complicated.
The Python script is designed to be run in a folder with subfolders called MuseScore3 and MuseScore4, each containing scores from those versions. It doesn't include MuseScore 2 because I'm lazy. It also expects MS3 and MS4 to be installed on the default paths: `C:\Program Files\MuseScore #\bin\MuseScore#.exe` (where # is the major version number). The MIDI flipping capabilities rely on [my version](https://github.com/thepython10110/midiflip) of [midiflip](https://github.com/1j01/midiflip).

If you're going to distribute these, just make sure to give me (ThePython or ThePython10110) proper credit.
The GitHub Actions workflow runs on every push, unless the most recent commit includes "`|NoConvert|`" in the title. I will probably not rely on it much because I'd prefer to convert files on my computer so the VST plugins work correctly.

If you're going to distribute the scores, just make sure to give me (ThePython or ThePython10110) proper credit.

0 comments on commit ac43c12

Please sign in to comment.