It's a program to practice Friday Night Funkin songs. You can add songs from other Friday Night Funkin mods and practice them.
feature-demo.mp4
- Review your mistakes.
- Change the audio playback speed.
- Use rewind feature to automatically rewind on mistake.
how.to.add.songs2.mp4
When you first launch the app, there will be no songs available.
Press enter to select 'Search Directory' menu. File explorer will show up.
Navigate to the directory where your other Friday Night Funking mod is located. Select it to load songs in that directory.
Doesn't support official Friday Night Funkin, sadly.
They now use the new(and in my opinion, more sensible) charting format.
And it probably never will because from my understanding, different mods have their own way of implementing custom notes and I don't want to implement them one by one.
(Probably, maybe I will if I really like that mod.)
So something like this won't be supported.
It's not exactly a 1 to 1 replication of other mods.
On Windows, you need Go compiler and tdm-gcc(for cgo) to build from the source. Once installed, run
> go run build.go
to build the app. (At least, that's how I do it.)
On Linux, you need Go compiler and some c compiler. Also on Linux, you need gtk3 development package for sqweek/dialog package(It's used to display file explorer).
Once installed, run
> go run build.go
to build the app.
Hopefully it'll build, hopefully...
Cause I like Go.