-
-
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
FifoBuffer adjustments #5803
FifoBuffer adjustments #5803
Conversation
🤖 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
macOS🤖{"platform_name_to_artifacts": {"Linux": [{"artifact": {"title": {"title": "(AppImage)", "platform_name": "Linux"}, "link": {"link": "https://11893-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.61%2Bg691d162-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11893?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}], "Windows": [{"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://11890-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.61%2Bg691d16276-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11890?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://11894-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.61%2Bg691d16276-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11894?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/fyyyd2wfmhxjsld0/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/37054157"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/3u42qlbs3vk6re9u/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/37054157"}], "macOS": [{"artifact": {"title": {"title": "", "platform_name": "macOS"}, "link": {"link": "https://11891-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.61%2Bg691d16276-mac10.14.dmg"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11891?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}]}, "commit_sha": "c65c5dd4e2f6af05f44b65d22e876d40154cf392"} |
I like the updates, but I don't think removing the template is necessary even if we're only using it with a single type. |
Rebase done. Should I keep the removed template? If so, this will become just another reformatting PR. |
I think keeping is better for now. |
I think that shouldn't be in a PR which changes |
@PhysSong It is just a typo I noticed while preparing this PR. |
This should be merged before reorg, so I'm reviewing this now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The template in
fifoBuffer
is unnecessary because only one type is used (surroundSampleFrame *
). The PR also fixes the coding conventions for that header file.Additionally, it fixes the typoed method name
Song::setLoadOnLauch()
.