Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 295 Bytes

MagicalPancake

PocketMine-MPでMIDIファイルを再生するプラグイン

使い方

use NeiroNetwork\MagicalPancake\player\MidiPlayer;

$midiPlayer = new MidiPlayer();
$midiPlayer->addRecipient($player);
$midiPlayer->load("path/to/your/midi/file.mid");
$midiPlayer->play();