Skip to content

Commit

Permalink
Merge pull request #6 from charliemikels/v4-dev
Browse files Browse the repository at this point in the history
V4
  • Loading branch information
charliemikels committed May 31, 2024
2 parents 787b1dd + 45d3053 commit 346bf32
Show file tree
Hide file tree
Showing 3 changed files with 851 additions and 340 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ target folder

Without the actual Starbound assets, you won't be able to preview your songs, but you will still be able to convert them from Midi to ABC, and you'll even be able to merge multiple tracks/files into a single ABC file.

1. Select all tracks.
- Ignore track 10, it's allways percussion.
1. Select all tracks. (Deselect track 10, it's allways percussion.)
2. Click the blue merge button.
3. Delete the old tracks.
4. Save the new merged track to abc.
3. Delete the old tracks.
4. Save the new merged track to abc.
5. If you have a percussion track, save it as a seperate file, and append ` - Drums` to the end of the filename (immediatly before the `.abc` file extension). (Include the leading space in ` - Drums`.)

If SBC won't work for you, you can try your hand at [this mega list of software for ABC files](https://abcnotation.com/software), some of them say they can convert ABC files to and from Midi files, however a lot of them just point to dead links. I haven't found one I really like yet. Your mileage may vary. <!-- However, [MidiZyx2abc](http://www.midicond.de/Freeware/index_en.html#MidiZyx2abc) might be pretty reasonable? -->

Expand Down Expand Up @@ -131,6 +131,7 @@ The text window for this button displays some important info:
- Left click a queued song to start playing it.
- Left click on a queued song while another song is playing to stop the currently playing song.
- (This also works if the queued song is also the playing song.)
- Right click when not playing a song to enter Slow Mode. The script is tuned to stay under the ping limit at all times. But there are several cases where the actual ping limit is lower than expected. Slow Mode significantly reduces ping size and ping rate to stay under more restrictive ping limits.

## FAQ

Expand All @@ -146,4 +147,4 @@ Tanner_Limes is my Minecraft username. Hi Discord people!

### Why do some songs make me wait a very long time before they play?

There are two main cases where this can happen. Very large songs take a long time to parce into instructions. This usualy makes minecraft freeze and has a chance to make your client "time out" in singleplayer. Very fast songs can out-pace the ping-limit, so they need time to buffer first.
There are two main cases where this can happen. Very large songs take a long time to parce into instructions. This usualy makes minecraft freeze and has a chance to make your client "time out" in singleplayer. Very fast songs can out-pace the ping-limit, so they need time to buffer first.
2 changes: 1 addition & 1 deletion avatar.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"authors":["Tanner Limes"],
"name": "ABC Song Player",
"version": "3.0.1",
"version": "4.0.0",
"color": "#78ff92"
}
Loading

0 comments on commit 346bf32

Please sign in to comment.