richie0866 / MidiPlayer

Virtual piano midi file autoplayer for Roblox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MidiPlayer

Virtual piano midi file autoplayer for Roblox. I am no longer updating this script, but pull requests are welcome.

Install

To install MidiPlayer for your script executor, save the package.lua file located in this repository to your scripts/ folder.

Usage

To play midi files, simply add them to the midi/ folder in your exploit's workspace directory.

Midi folder

Your midi files will be accessible in the UI:

nhvj9e.mp4

The circular button next to the title toggles midi visualization, as complex sheets may cause framerate issues.

Notes

  • UI is built into the project at src/Assets/ScreenGui.rbxm, so no assets are loaded
  • HTTP requests only check for updates and download the project

Drawbacks

  • Executes from start to finish, including all code execution and require calls, in 80ms in Synapse-X
    • There is much room for improvement, though loading times vary between script executors

Want to make a contribution to Rostruct? See the repository here

About

Virtual piano midi file autoplayer for Roblox


Languages

Language:Lua 100.0%