FoF - Song Manager 3.24

A collection of helpful posts
This topic is 10 years and 2 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
User avatar
TypusMensch
Member
Posts: 155
Joined: February 8th, 2008
Location: Germany
Reputation: 0
Contact:

Postby TypusMensch » Tue Feb 12, 2008 3:15 pm

kdb424 wrote:OK. Please post all of the functions on the first page, because I want to download it, but I don't know what it all does. Thanks so much.

Done.
User avatar
oed
Member
Posts: 232
Joined: August 1st, 2007
Location: Sweden
Reputation: 0
Contact:

Postby oed » Tue Feb 12, 2008 3:58 pm

ToDo-List:
- Read out the highscores (decode from song.ini) [no edit!]

What about delete scores one by one?
It would be usefull when you have fretted a song and want to relese it with just the highest highscore you've got.
ImageImage
A bit sleepy
User avatar
Kotti
Member
Posts: 2860
Joined: March 23rd, 2007
Location: Finland
Reputation: 2
Contact:

Postby Kotti » Tue Feb 12, 2008 4:07 pm

How about a function that deletes the missing difficulties from songs? I mean the one yellow note that Feedback makes for easier difficulties on Amazing only songs.

You are doing great job with this!
Image
Image
User avatar
Scooter1974
Member
Posts: 158
Joined: December 30th, 2007
Location: Canada
Reputation: 0

Postby Scooter1974 » Tue Feb 12, 2008 4:19 pm

Kotti wrote:How about a function that deletes the missing difficulties from songs? I mean the one yellow note that Feedback makes for easier difficulties on Amazing only songs.

I second that, I have alot of songs that have this and would love to be able to clean up my songs.
Blue Murder wrote:To the person who said Coheed and Cambria is gay, I would very much appreciate it if you would sew your mouth shut and cut off all your fingers and communicate with us by bashing your hands into the keyboard like you have parkinson's disease.
User avatar
gamexprt1
Member
Posts: 1016
Joined: July 16th, 2007
Location: Washington
Reputation: 0
Contact:

Postby gamexprt1 » Tue Feb 12, 2008 7:06 pm

Easy Requests:
1) Be able to detect and delete thumb.db files.
2) Fix the minor German bugs (I’m sorry I keep requesting this, but I’m OCD).
3) Fix EOF bug (when I try to open it up from the Song Organizer, it doesn’t work).

More Dificult Requests:
1) Be able to detect and delete tracks with only one note in them in the .MIDI files.
2) Be able to change the BPM of the .MIDI files.
Last edited by gamexprt1 on Tue Feb 12, 2008 10:52 pm, edited 1 time in total.

Graphic Request Thread: viewtopic.php?f=11&t=24983
User avatar
TypusMensch
Member
Posts: 155
Joined: February 8th, 2008
Location: Germany
Reputation: 0
Contact:

Postby TypusMensch » Wed Feb 13, 2008 1:02 pm

is there any tutorial or other thread about the construction of the notes.mid from FoF? is there a standard?
i see often really different structures in the midis...
Last edited by TypusMensch on Wed Feb 13, 2008 1:03 pm, edited 1 time in total.
Divra
Member
Posts: 486
Joined: September 22nd, 2006
Location: Uppsala, Sweden
Reputation: 0
Contact:

Postby Divra » Wed Feb 13, 2008 4:58 pm

Scooter1974 wrote:
Kotti wrote:How about a function that deletes the missing difficulties from songs? I mean the one yellow note that Feedback makes for easier difficulties on Amazing only songs.

I second that, I have alot of songs that have this and would love to be able to clean up my songs.

I think it would be better to have a mod that ignores any difficulties with only a yellow note, editing the midi would make charts see it as a different song...
Also, this is looking good! :)
Charts (Down as of November 25th)
User avatar
blazingamer
Member
Posts: 2018
Joined: November 17th, 2007
Location: Pennsylvania
Reputation: 0
Contact:

Postby blazingamer » Wed Feb 13, 2008 5:02 pm

Or just have a list with the difficulties and a check box by each one and uncheck the ones that you don't want and the game won't read them.
User avatar
ateshu
Member
Posts: 1055
Joined: October 26th, 2007
Location: The Netherlands
Reputation: 0

Postby ateshu » Wed Feb 13, 2008 5:14 pm

I love how this project is coming out.
It has almost all the functions you can think of, and they all work well.
I've got just one small idea, what if you could make a upgrade to the delete highscores function, in such a way that you can delete highscores' on different levels, like ok easy, medium, hard and expert or something like that.
User avatar
NewCreature
Member
Posts: 716
Joined: November 23rd, 2006
Location: Murray, KY
Reputation: 3
Contact:

Postby NewCreature » Wed Feb 13, 2008 5:33 pm

is there any tutorial or other thread about the construction of the notes.mid from FoF? is there a standard?
i see often really different structures in the midis...


There is a standard format and it is well documented. This page is a good starter but it is a complicated thing. FOF basically pays attention to certain events, namely note-on, note-off, and tempo changes.

I am very familiar with the format now as I've been working with it for about a month. The reason you see so many different structures is that there are many ways to get the same results. If you are going to make functionality in your program that makes changes to the "notes.mid" files you will have to write code for a MIDI reader to read in all the data and a MIDI writer that outputs the modified file. Basically a sequencer that automatically performs certain tasks.

Also, you will have to understand how the format works. It's a lot of work just to allow someone to change the BPM or delete unused difficulties.
"Stop putting so much stock in all of this stuff, live your life for those that you love." - Relient K
EOF - A Song Editor for Frets On Fire
User avatar
TypusMensch
Member
Posts: 155
Joined: February 8th, 2008
Location: Germany
Reputation: 0
Contact:

Postby TypusMensch » Thu Feb 14, 2008 8:30 pm

Update 1.8:
- play "song.ogg", "guitar.ogg" and "rhythm.ogg" in one channelmix
- reads out the bpm of notes.mid
- reads out the possible difficulties and instruments
- reads out the totally notes for difficulties and instruments
- new information "comment" added
- new option "Convert MP3 to OGG"
- add "Midi-Encoder"
- some other "Delete ... in song directories" - functions
- new function "Delete specific files in song directories"
- new function "Find songs with less then 5 notes"
- some other simple changes
- bugfix with start EOF 0.87 from FoF - SM
User avatar
gamexprt1
Member
Posts: 1016
Joined: July 16th, 2007
Location: Washington
Reputation: 0
Contact:

Postby gamexprt1 » Thu Feb 14, 2008 8:59 pm

._. Im sorry to say this, but it won't run. There is an Error.

Graphic Request Thread: viewtopic.php?f=11&t=24983
User avatar
yoyokid2008
Member
Posts: 2355
Joined: January 26th, 2008
Location: New Jersey
Reputation: 0
Contact:

Postby yoyokid2008 » Fri Feb 15, 2008 2:25 am

Is it me or does this not work in Vista? And yea what gamexprt1 says when I run it, a windows error comes up and says "Fof Song Manager has stopped working"
Last edited by yoyokid2008 on Fri Feb 15, 2008 2:25 am, edited 1 time in total.
\
User avatar
TypusMensch
Member
Posts: 155
Joined: February 8th, 2008
Location: Germany
Reputation: 0
Contact:

Postby TypusMensch » Fri Feb 15, 2008 7:39 am

yoyokid2008 wrote:Is it me or does this not work in Vista? And yea what gamexprt1 says when I run it, a windows error comes up and says "Fof Song Manager has stopped working"

Hm... thats' all? ... Stupid. Damn...

Comes the error at starup the program or when you select a track?
Last edited by TypusMensch on Fri Feb 15, 2008 7:40 am, edited 1 time in total.
User avatar
yoyokid2008
Member
Posts: 2355
Joined: January 26th, 2008
Location: New Jersey
Reputation: 0
Contact:

Postby yoyokid2008 » Fri Feb 15, 2008 7:47 am

TypusMensch wrote:
yoyokid2008 wrote:Is it me or does this not work in Vista? And yea what gamexprt1 says when I run it, a windows error comes up and says "Fof Song Manager has stopped working"

Hm... thats' all? ... Stupid. Damn...

Comes the error at starup the program or when you select a track?

Mine is when the program starts......
\

Return to “Tutorials and Tools”

Who is online

Users browsing this forum: No registered users and 22 guests