-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Rename FX-Mixer to Mixer #4893
Rename FX-Mixer to Mixer #4893
Conversation
That's more logical, good point. |
I'll review. I consider this PR accepted as the discussions in the issue were in favor and there were no further vetos in 2 months. |
I'm OK with all the changes, both stylistic and functional. Before I'll merge: There are a few remains of fx mixer in the code. If you read that code, you'll have no idea what the FX means because it's vanished from the UI. @claell Do you want to change this, too?
|
@claell I just asked tres via PM whether he meant that and he said no. I'm also against keeping anything "fx mixer" relate in the sources. Can you please fix the occurences I highlighted? Then we can merge 😄 |
Ah ok. Sad he did not elaborate what he meant with inconsistencies in the code. Unfortunately there are more fx mixer related occurrences than the ones you highlighted. So if you are against keeping anything of them it won't be enough to rename the things you highlighted. However it is unclear whether @tresf and you share the same opinion about renaming everything, because he seemed to be against it the last time. So for now I will just rename your highlights and the rest can be done or discussed at a different place. |
@JohannesLorenz Done. I don't know, what (FX_)MIXER_(VIEW_)H does, because it does not seem to be used in the code. However I also renamed it. Unfortunately now there are conflicts introduced that can hopefully be resolved. |
@claell It's just a standard C/C++ double-import guard to avoid double-declarations if a header has circular references. |
@claell a complete rename should also rename files. e.g. |
@tresf So you are ok with renaming everything? @JohannesLorenz Same question to you, since you only highlighted a few occurrences. Could also be postponed to another PR. |
I'm just seeing that my regex misses a
I'm not sure if the changes (297 lines) are worth the effort. It's doable, but... |
I just saw that we currently have
Opinions? |
Sorry for my late reply. I think that renaming all occurrences makes sense at least long term wise. Regarding the double classes I'd also go for option two, since it seems more holistic. Unfortunately it will take some time until I get to do this. |
Considering that this has been inactive for a while, and we're going to have to redo a lot of stuff anyways when the changes in #5592 do take place, I'll close this for now. If you want to take this on again, you can reopen it. Thanks for your hard work! |
Makes sense! |
Closes #3300
Also referring previous PR #4890
This time I also tested compiling and running. Not much, if more testing is needed, please tell.
Screenshots: