3096 / genshin_scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Midi Config File?

Skitto493 opened this issue · comments

Hello,

I noticed that the script requires a "midi_config.json", but that file isn't included in the repository.

Is there a certain way the json file should be formatted if I do have to write it myself?

i have same issues

Managed to figure it out!
{
"songs": [
{
"file": "bad_apple.mid",
"key" : "1"
}
]
}

this one worked for me. The "key' is the key you press along with tab to start the song. File is the filename (if it's in the same folder as the script).

commented

oh yeah I have a template json that I haven't pushed yet. Plus I'm lacking some documentation too. Should all come in due time tho

Hello! Sorry I'm new to this, I was interested in using your script to try out some midi files on genshin! I have the midi file in the same directory and am using bad_apple.mid under key: 1 on your json template, how do I get the script to start running though?

jsontestimg
lyrehelp

commented

Hello! Sorry I'm new to this, I was interested in using your script to try out some midi files on genshin! I have the midi file in the same directory and am using bad_apple.mid under key: 1 on your json template, how do I get the script to start running though?

jsontestimg
lyrehelp

you should just be able to run the midi.py python script given you have the dependencies installed. This is offtopic here tho.
If you don't know how you could wait for the tutorial I'm planning on making tomorrow.

commented

closing this as bd61037 added the template