EOF 1.71 (Updated 11/29/2010)
This topic is 13 years and 7 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.62
It shouldn't matter what FOF's executable name is, I believe EOF stores the name and path of the executable when you select it. I'll try to test this out in 1.62 to see if it does occur.
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.62
gunder wrote:When i create lead & rhythm tracks and want to test the Lead track, it always opens rhythm track when i "test in FoF" while Lead track is active in EOF.
I confirmed that this happens in 1.62. I'll let NewCreature know.
- NewCreature
- Member
- Posts: 716
- Joined: November 23rd, 2006
- Location: Murray, KY
- Reputation: 3
- Contact:
Re: EOF 1.63
v1.63 is now available. There are a lot of improvements, most notably the new PART VOCALS editor. Check the first post for download links and other info.
"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
EOF - A Song Editor for Frets On Fire
The Man, The Moose
- amak11
- Member
- Posts: 3140
- Joined: May 13th, 2008
- Location: Nowhere, and somewhere
- Reputation: 6
- Contact:
Re: EOF 1.63
woo, i cant wait to try the new version out
Disclaimer: If you take the above text seriously, then you are an even greater idiot then I

Prog on the rocks
- narutostarwars123456
- Member
- Posts: 479
- Joined: July 9th, 2008
- Reputation: 3
- Contact:
Re: EOF 1.63 (Updated 5/16/2010)
THE PART_VOCALS EDITOR IS AWESOME.
A lot easier than charting vocals the old-fashioned way. :\
A lot easier than charting vocals the old-fashioned way. :\
The Man, The Moose
- amak11
- Member
- Posts: 3140
- Joined: May 13th, 2008
- Location: Nowhere, and somewhere
- Reputation: 6
- Contact:
Re: EOF 1.63 (Updated 5/16/2010)
im having a little issue on both my desktop and laptop. When i create a new song, i select an mp3, after i tell it what quality to convert to. It looks like it starts converting, then ask where the ogg file is located. So far i have tried deleting the files and redownloading them, any idea what's going on?
Disclaimer: If you take the above text seriously, then you are an even greater idiot then I
onmouseout="this.style.cursor='default'" alt="" />

Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.63 (Updated 5/16/2010)
Seems the MP3->OGG conversion script in the Windows build may have some issues. The best immediate workaround is to convert it to OGG before beginning the chart.
FoFiX Dev/Mod Squad
- jstump91
- Member
- Posts: 837
- Joined: September 21st, 2008
- Location: Baltimore, MD (US)
- Reputation: 0
- Contact:
Re: EOF 1.63 (Updated 5/16/2010)
raynebc wrote:Seems the MP3->OGG conversion script in the Windows build may have some issues. The best immediate workaround is to convert it to OGG before beginning the chart.
Given some of the issues that have been going on with that script, why not use mp3 decoding libraries and vorbis encoding libraries directly on all platforms? I think it would make the conversion process a lot less clunky and probably at least a tiny bit more efficient too.
I have a good libogg and libvorbis-based encoding loop implementation as part of another project that I could easily adapt to get its input from either libmad or libmp3lame and hand back progress information. libmad is smaller, is simpler, and has less patent encumbrance issues than libmp3lame by virtue of being decoder-only (as far as the patents go, keep in mind that you've already been shipping binaries of the lame program in the Windows and OS X builds for quite some time, so...), but libmad is under the GPL, which means that all other libraries EOF uses must have GPL-compatible licenses (this does appear to be the case at the moment, but this might not be something you want to do for some reason). Pick your poison.
jstump91, a.k.a. john.stumpo, a.k.a. stump jstump.com | stump's blog | FoFiX development | My own code Can't find a Windows build of the Python module you need? Try my mediafire! Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet. "Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson Did you search before you posted? Did you read the rules for the subforum you are posting in? | ![]() ![]() |
B-Man
-
- Member
- Posts: 38
- Joined: May 6th, 2009
- Reputation: 0
- Contact:
Re: EOF 1.63 (Updated 5/16/2010)
Great Update Now Can You Read the Test In FoF Function that would be great
Check This STUFF OUT
Thebest923
Thebest923
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.63 (Updated 5/16/2010)
Only changes to FoFiX can add support for "Test in FoF" back into the game. It used to be there, but supposedly changes in the lobby code broke the feature.
Wait what
- evilbobthebob
- Member
- Posts: 1011
- Joined: August 25th, 2008
- Location: UK
- Reputation: 0
Re: EOF 1.63 (Updated 5/16/2010)
There are only two things I'd like to see now in EOF. Gridsnap for anchors so that they can be moved in 1, 0.1, 0.01 and 0.001 second increments, and keyboard shortcuts for moving both anchors and notes in gridsnap instead of attempting to position things accurately with the mouse. Actually make that three things; volume control for all tracks, the metronome and the claps would also be good.
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.63 (Updated 5/16/2010)
evilbobthebob wrote:Gridsnap for anchors so that they can be moved in 1, 0.1, 0.01 and 0.001 second increments, and keyboard shortcuts for moving both anchors and notes in gridsnap instead of attempting to position things accurately with the mouse. Actually make that three things; volume control for all tracks, the metronome and the claps would also be good.
You can manually edit an anchor's timestamp with a precision of up to .01 seconds (select anchor and hit CTRL+A or Beat>Anchor Beat), but there's not presently a feature to do something like a keyboard shortcut to adjust by one increment at a time. Adding the ability to manually redefine the anchor's timestamp with a precision of .001 seconds sounds pretty do-able. Editing anchors like this makes sense, but less sense for altering note positions, because you would be intentionally placing notes out of beat sync. It's possible that this could be required for sloppy solos, if that's what you mean.
As far as the volume controls, that would be a pretty good feature.
Wait what
- evilbobthebob
- Member
- Posts: 1011
- Joined: August 25th, 2008
- Location: UK
- Reputation: 0
Re: EOF 1.63 (Updated 5/16/2010)
For the notes, I was thinking mostly of vocals. They aren't beatsynced much :P
- NewCreature
- Member
- Posts: 716
- Joined: November 23rd, 2006
- Location: Murray, KY
- Reputation: 3
- Contact:
Re: EOF 1.63 (Updated 5/16/2010)
Given some of the issues that have been going on with that script, why not use mp3 decoding libraries and vorbis encoding libraries directly on all platforms? I think it would make the conversion process a lot less clunky and probably at least a tiny bit more efficient too.
I would rather remove MP3 support than linking to MP3 decoding libs. The patent issues make me uncomfortable (I've already had copyright issues this year with another program of mine). If I did remove the LAME binary I would still allow the conversion to take place if it was found. This would mean more of a hassle for anyone who needs this functionality but I am not really authorized to provide it.
Great Update Now Can You Read the Test In FoF Function that would be great
The newest version of FoFiX that supports this feature is 3.100. After that the lobby was added, a side-effect of which was breaking the command line launch code.
Gridsnap for anchors so that they can be moved in 1, 0.1, 0.01 and 0.001 second increments
This is something I've thought about in the past. The reason it hasn't been implemented is if the chart is populated with notes and you move an anchor by 0.001 a few times, the notes' positions that are affected will lose precision. This is why I haven't implemented a Feedback input scheme, also. I would have done it otherwise. I just didn't want a bunch of people complaining about the notes being messed up. raynebc and I have been talking about making EOF use a combination of MIDI time and real time for note placement. When moving anchors we could recalculate the note's real time position from the MIDI time. This would prevent the precision loss that occurs when moving anchors and would allow your request to be fulfilled.
"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
EOF - A Song Editor for Frets On Fire
Return to “FOF Mod Discussion and Support”
Who is online
Users browsing this forum: No registered users and 4 guests