Mixer refactor#4894
Conversation
|
I'm not sure why we need 74fc3f2. |
|
74fc3f2 moves to Mixer only the part of the tempo change process that resizes the PlayHandles. |
|
@M374LX Is this ready for review, or are you working on this? |
|
Should we close pull requests because of the opener is not answer for a while? |
|
@BaraMGB IDK, What's the reason behind leaving abandoned WIP pull requests? it makes finding active PRs more difficult. |
|
In theory you could just filter the "response required" out, and add the list of PRs with that filter to your bookmarks. In practice, I'm also too lazy to do that. |
|
@JohannesLorenz I am sorry for being busy lately and unable to give attention to my own PRs. Can this PR be reopened now? |
If I read that right, @PhysSong has already confirmed that this can be merged? |
|
I'm still against 74fc3f2, but it's just an opinion. Maybe we can revert some formatting changes in order to reduce the amount of changes while keeping essential contents. For 2c695e2, I think a range-based |
🤖 Hey, I'm @LmmsBot from github.com/lmms/bot and I made downloads for this pull request, click me to make them magically appear! 🎩
Linux
Windows
🤖{"platform_name_to_artifacts": {"Linux": [{"artifact": {"title": {"title": "(AppImage)", "platform_name": "Linux"}, "link": {"link": "https://11184-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.81%2Bg5b4a28e-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11184?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}], "Windows": [{"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://11182-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.81%2Bg5b4a28e32-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11182?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://11183-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.81%2Bg5b4a28e32-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11183?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/m9rrna2h1st0b16y/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36586466"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/d4mr40s035pon0oh/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36586466"}]}, "commit_sha": "a200ce53981afda943d86e4be6af8c77eb69048e"} |
0903add to
f736002
Compare
|
At quick glance, many style updates need to be done. |
|
Reverted. @Veratil We can deal with style updates later. |
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
|
@JohannesLorenz Could you review this or remove the review request? |
|
I removed my review requests, since @PhysSong has already approved the PR. |
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Co-authored-by: Kevin Zander <veratil@gmail.com>
Some refactoring of the Mixer class.
74fc3f2 moves the resizing of PlayHandles from Song to Mixer, since Mixer is the class that contains the PlayHandles.