/RagBot

turn MIDI and SoundFont files into video

Primary LanguagePython

RagBot

RagBot is a simple python script for turning MIDI and SoundFont files into a synthesia-like video.

out.mp4

Installation

After cloning the repository, you can install the required packages with pip:

pip install -r requirements.txt

I recommend doing this in a virtual environment

Usage

To use RagBot, you need a MIDI file and a SoundFont file. Simply pass the paths to these files as arguments to the script:

python RagBot.py path/to/midi/file.mid path/to/soundfont/file.sf2