You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@ Minecraft version: 1.8.1+
6
6
1. Install this plugin in your minecraft server's plugins folder(Server Directory/plugins/).
7
7
2. Start server, wait before fully loaded and generates a folder named "MCMIDI".
8
8
3. Place your midi music files inside MCMIDI folder.
9
-
2. Use`/mcmidi load foo.mid`to load foo.mid into memory before first play.
10
-
3. After loading,you can use`/mcmidi play foo.mid player`to play midi for a player or`/mcmidi play foo.mid` to play for yourself.
9
+
4. Use`/mcmidi load foo.mid`to load foo.mid into memory before first play.
10
+
5. After loading,you can use`/mcmidi play foo.mid player`to play midi for a player or`/mcmidi play foo.mid` to play for yourself.
11
+
6. If you wants to generate note block structure, use `/mcmidi generate foo.mid` to generate a note block structure right at your location.
11
12
# Regards
12
13
- Server tps may affect play speed.
13
14
- Midi files that are too fast may have some notes lost, the smallest time unit is a minecraft tick(50ms), notes closer than this may be considered as notes at the same moment.
14
15
- The velocity,pressure or volume of a single key would not be considered as there's no way to present this in minecraft.
15
-
- Only speed change message and KEY_ON messages would take effect.
16
+
- Only midi speed change message and key press messages would take effect.
17
+
- generating structure may cause performance issues. There's no undo, so be careful!
18
+
- structure width must larger than 10, you can calculate a approxmate value by lengthInTicks*3(cell width)/250(height).
0 commit comments