Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarg midi support #152

Open
binarygeek119 opened this issue Jun 25, 2024 · 4 comments
Open

Yarg midi support #152

binarygeek119 opened this issue Jun 25, 2024 · 4 comments
Labels

Comments

@binarygeek119
Copy link
Contributor

Would it be possible to add yarg midi support.
Right now the midi output doesn't work with yarg.

Yarg is a new rock band clone that has mic support.

There's two things I like to have.

  1. New song outputs to a yarg midi file.
  2. Update a midi to have lyrics. Like a guitar hero 1-3 song it would keep the notes for the song but add lyrics and pitch to the file.
    Ideally it would need to support more then one off file or support just lyric parts. As the song rips have the parts broke out in to there own file. Guitar has just the guitar and vocals have singing drums have drums.

Singer txt files do work out of the box with yarg with a little work.

I needed to load the txt file into editor on fire a rock band chart editor then save it. And it works with out doing anything. I do do a bit of clean up, but improving ultrasinger will fix that. It has nothing to do with the convert into a yarg midi.

@rakuri255
Copy link
Owner

Sure we can create a file with lyric+pitch.
But other instruments could be difficult.
With demucs we can separate guitar, drums and maybe also bass and than pitch that.
But creating a "good" midi of this could be difficult.

I didnt finde a documentation on "How to create own yarg files".
Can you post a link?

@binarygeek119
Copy link
Contributor Author

all i was wanting is just lyric+pitch. the other band part would be a manual.
with a new file it would just have lyric+pitch which in yarg is vocals.
with a existing file it would just add the missing lyric+pitch to the midi but leave the other parts alone. with guitar hero 1-3 that would be guitar and bass and sometime rhythm guitar.
https://github.com/YARC-Official/YARG

heres info for the file
https://github.com/TheNathannator/GuitarGame_ChartFormats
also here is eof (editor on fire)
https://ignition4.customsforge.com/eof

@rakuri255
Copy link
Owner

eof is intresting. It says it fits also to rocksmith 👨‍🎤 🎸

@LanceAkaLance
Copy link

There is a commandline tool for conversion of vocal charts (that is also embedded in eof).
Here is the FOF Thread

According to the author the code should be compilable for Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants