-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 beatloop_activate to beatloop_toggle #4519
Conversation
1ffa07a
to
80aef4c
Compare
beatloop_toggle makes more sense with the new behavior of deactivating the current loop if pressed when looping is enabled.
80aef4c
to
2bfb256
Compare
I think we should ignore the pre-commit errors for this mass renaming PR. |
Do we really need this mass renaming? We have to support the |
Strictly speaking no, we do not need the mass renaming because of the aliasing. But I think it is better to have everything included in the repository consistent. Aliasing is needed just for backwards compatibility with unofficial controller mappings and skins that were never merged. |
...customized controller mappings and skins. |
I agree. Document it in the manual, then let's merge. |
I disagree. There is no reason to rename, just document the new behavior. |
Not really, but the work has already been done so denying a merge is pointless and discouraging towards Be's efforts. |
well, that argumentation could be abused for controversial PRs. |
I agree, but I don't consider this change controversial. Though I can understand if you don't want to accept that argument. |
In this particular case I don't mind. |
I wouldn't really be upset if this is rejected. It didn't take much work to implement either. 🤷 |
That's why "In this particular case I don't mind." ;) |
beatloop_toggle makes more sense with the new behavior of
deactivating the current loop if pressed when looping is enabled.
Follow up of #4328