https://www.notion.so/bc6bfb8ff4f34ae4b0e050b117570f42?v=503bffb3330d4ce59d3b53945e48a833
If you are using:
- a M1/M2 (ARM) powered Apple device, download and run the "macOS Arm 64 DMG Installer".
- an Intel powered Apple device, download and run the "macOS x64 DMG Installer".
- a Windows device, download and run the "Windows x64 Installer".
- a Linux device, you should know which one to download :)
MacOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install ffmpeg musescore git fluidsynth wget
pip install -r requirements.txt
Linux
We are finalizing installations procedures for linux, keiis may still not fully work after these instructions.
sudo apt-get install ffmpeg git fluidsynth wget
pip install -r requirements.txt
Windows
3. After installing Chocolatey, enter these lines one by one in Command Prompt(run as administrator):
choco install musescore git fluidsynth wget
cd <directory of your keiis installation>
pip install -r requirements.txt
- Go to Settings > Search for "Manage App Execution Aliases" > Turn off "python3.exe"
- For steps below on the usage of keiis, use "py keiis\main.py … " instead of "python3 keiis/main.py … "
cd <directory of your keiis installation>
The directory of your keiis installation is usually in your home folder.
In your CLI, enter:
python3 keiis/main.py -p <file>
Then enter the path of your practice sheet music (pdf/png/jpg) or original song (common audio/video formats) or MIDI file.
If you provided sheet music, a Musescore window will open soon. Edit the sheet music till it looks/sounds like your original song.
Once finished editing, on Musescore go to File > Export, and then change format to MIDI file. DO NOT CHANGE THE FILE NAME. Click export, and then close the Musescore window. You will be prompted to save the Musescore (.mscz) file. Save the file. DO NOT CHANGE THE FILE NAME.
Follow the instructions prompt thereafter.
Used to obtain a MIDI file from your audio recording. (Accepts most audio and video file formats)
In your CLI, enter:
python3 keiis/main.py -a2m <path of file>
Used to obtain a MIDI file from your sheet music. (Accepts PDF and most image file formats)
In your CLI, enter:
python3 keiis/main.py -s2m <path of file>
Used to obtain a piano roll from your MIDI file.
In your CLI, enter:
python3 keiis/main.py -m2pr <path of Midi file>
Used to obtain comparisons of two or more MIDI files.
In your CLI, run:
python3 keiis/main.py -mc
This opens a website that compares midi files.
Press the "Add Midi" button and add the midi files that you want to compare.
Run to obtain mp3 file:
yt-dlp -x --audio-format mp3 <video URL>
We will integrate this feature into keiis in the future.