Skip to the content.

Loading From Source

Setup

  1. Open the workspace folder of your exec in a cmd window
  2. Make a projects folder and enter it
    mkdir projects && cd projects
    
  3. Clone the repository
    git clone git@github.com:Exponential-Workload/MidiPlayer.git
    

Running

Simply run the below in your executor of choice:

loadstring(readfile('projects/MidiPlayer/_loader.lua'))()