We are planning to release a FoFiX 3.122 bugfix release. So i know there are some issues out there regarding phase shift compatibility, and possibly some other bugs.
So if you know of any bugs, issues, or incompatibilities please post them in this thread, and maybe we can fix them for a future 3.122 release.
Thanks, Matthew
Link to branch on githuib:
https://github.com/fofix/fofix/commits/maintenance-3.x
FoFiX 3.121 Bugs or issues you'd like fixed?
Forum rules
- Read the rule stickies, especially ***** FORUM RULES • PLEASE READ BEFORE POSTING HERE! *****, before you post.
- If you are thinking about running from git, please do the entire community a favor and read this thread first. It contains some important information that anyone thinking about running from git should be familiar with.
This topic is 9 years and 7 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
-
- Member
- Posts: 1105
- Joined: August 16th, 2008
- Location: Texas
- Reputation: 15
- Contact:
FoFiX 3.121 Bugs or issues you'd like fixed?
Last edited by weirdpeople on Sun Aug 09, 2015 2:22 am, edited 1 time in total.
Developer of clone hero, and Former FoFiX developer
Jpop fanatic
-
- Moderator
- Posts: 5693
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
I brought up the Sysex issue quite a while ago and I believe they have already patched it in FoFiX's MIDI parsing code.
-
- Member
- Posts: 1105
- Joined: August 16th, 2008
- Location: Texas
- Reputation: 15
- Contact:
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
Yeah I applied that patch 3 years ago to master, it was also one of the first things i applied to the 3.x branch.
edit:
Also i never quite looked into this, are Sysex Events actually ever used for anything that EOF, or phase shift supports?
edit:
Also i never quite looked into this, are Sysex Events actually ever used for anything that EOF, or phase shift supports?
Developer of clone hero, and Former FoFiX developer
Jpop fanatic
-
- Moderator
- Posts: 5693
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
Tons of notations are written with Sysex messages, most of which are supported by Phase Shift:
http://dwsk.proboards.com/thread/404/so ... vancements
Most of them relate to pro guitar/drums, but some of them could be suitable for use in FoFiX:
Open strum notes
Slider/tap notes (basically no strum sections)
http://dwsk.proboards.com/thread/404/so ... vancements
Most of them relate to pro guitar/drums, but some of them could be suitable for use in FoFiX:
Open strum notes
Slider/tap notes (basically no strum sections)
-
- Member
- Posts: 1105
- Joined: August 16th, 2008
- Location: Texas
- Reputation: 15
- Contact:
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
Thanks, so I might have to look deeper into the crashing issues, because the previous patch was more a work around not a full fix. So do you have any midi files with sysex events in them i can test, or know of where i can get some?
Developer of clone hero, and Former FoFiX developer
Jpop fanatic
-
- Moderator
- Posts: 5693
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
Modern Phase Shift charts would be a good place to check. Or you could use an 1.8 version of EOF to make a simple chart that uses any of those techniques.
-
- Member
- Posts: 1105
- Joined: August 16th, 2008
- Location: Texas
- Reputation: 15
- Contact:
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
So i got around to fixing what i think was root the cause for the sysex events crash. commit here: https://github.com/fofix/fofix/commit/e ... 82a59a9b88
Now i haven't yet applied this fix to the 3.x branch, because I have a plan that will make that basically make doing that pointless once i get around to implementing support in the 3.x branch.
Read the post I made in the FoFiX Development thread for more info:
viewtopic.php?f=32&t=42311&p=637427#p637427
Now i haven't yet applied this fix to the 3.x branch, because I have a plan that will make that basically make doing that pointless once i get around to implementing support in the 3.x branch.
Read the post I made in the FoFiX Development thread for more info:
viewtopic.php?f=32&t=42311&p=637427#p637427
Developer of clone hero, and Former FoFiX developer
Jpop fanatic
-
- Moderator
- Posts: 5693
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
If you improved the MIDI parser to actually have Sysex handling, then that's fine, but if all you did was remove the change NewCreature made regarding the ignoring of Sysex events, it's not going to fix the issue. See the original conversation about it here:
viewtopic.php?p=604069#p604069
viewtopic.php?p=604069#p604069
-
- Member
- Posts: 1105
- Joined: August 16th, 2008
- Location: Texas
- Reputation: 15
- Contact:
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
The fix is a 1 line typo fix:
self.outstream.sysex_event(data) -> self.outstream.system_exclusive(data)
-- Edit: Wed Oct 21, 2015 4:08 pm --
If you look at the log here it clearly points directly to this issue..
https://code.google.com/p/fofix/issues/ ... =1&q=sysex
self.outstream.sysex_event(data) -> self.outstream.system_exclusive(data)
-- Edit: Wed Oct 21, 2015 4:08 pm --
If you look at the log here it clearly points directly to this issue..
https://code.google.com/p/fofix/issues/ ... =1&q=sysex
Developer of clone hero, and Former FoFiX developer
Jpop fanatic
-
- Moderator
- Posts: 5693
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: FoFiX 3.121 Bugs or issues you'd like fixed?
That is good news then. Let me know as future releases correct the Sysex handling, and I can update EOF's documentation accordingly.
Who is online
Users browsing this forum: No registered users and 10 guests