-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
cfd0e6e
commit 04fb7a7
Showing
1 changed file
with
14 additions
and
7 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 |
---|---|---|
@@ -1,11 +1,18 @@ | ||
# OSRS-MIDI-Player | ||
With this tool, choose any MIDI file and hear it in the Old School RuneScape Soundbanks. | ||
With this tool, choose any MIDI file and hear it in any of the Old RuneScape Soundfonts. (Higher quality audio than in-game!) | ||
|
||
Running Instructions: | ||
1. Simply run the application (Main.java). | ||
2. Press "Open MIDI" and choose your MIDI file. | ||
3. Enjoy hearing the MIDI in Old School RuneScape sounds! | ||
Setup instructions: | ||
1. In the File tab, you want to load a MIDI file. It can be any MIDI. | ||
2. Next, you want to go to the Preferences tab and set a default soundfont. It can be any soundfont as well. | ||
|
||
Note: the soundfont used should be called "OSRS.sf2". | ||
Since you set the preference for your soundfont, it should remember what you wanted when you re-open the application! | ||
|
||
I am hoping to add more functionality and helpful parts to the interface as it currently is extremely simple and straightforward in the current stage. | ||
# Features | ||
- I completely redid the application on March 15, 2019! | ||
- The program now supports pausing, and stopping instead of just playing. | ||
- Rendering a MIDI file to Waveform Audio was carried on from the previous versions into this new revamp. | ||
- A refined custom HQ soundfont based on the Old School RuneScape soundbanks is included. | ||
- The program can actually remember what soundfont you chose by writing the path to a text file and reading it on startup. | ||
|
||
# Coming Soon (TM) | ||
- The ability to fix a MIDI file that sounds broken! (It has already been partially worked on and is included in the code, but it is not finished, so I did not enable the feature) |