Added the ability to stop a midi while it's playing.
Code (skript (Unknown Language)):
stop midi [id] %string%
The ID will be the string input used to get the midi file. If you're using the web midi player it will use that at the stop string too.
Code (skript (Unknown Language)):
play midi "This" to player
wait 5 seconds
stop midi "This"