Skip to content
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

Support Bezier curves for automation patterns #4674

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

PhysSong
Copy link
Member

This pull request continues #2466 which was done by @codythecoder. Note that I haven't tested this feature much yet.
Closes #2381.

@qnebra
Copy link

qnebra commented Oct 23, 2018

No crashes when I worked in lmms with this branch (and a lot others) merged on quite challenging project is a good sign.

@LmmsBot
Copy link

LmmsBot commented Dec 10, 2020

🤖 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://11473-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.46%2Bg9c21d0b-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11473?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://11472-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.46%2Bg9c21d0b4d-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11472?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://11470-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.46%2Bg9c21d0b4d-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11470?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/120e3m6bnf10xf4n/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36753678"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/21dtirggyu3usyvv/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36753678"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/28j5r7r1ud0oqats/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36753681"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/s630a5jvkik9id4v/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36753681"}], "macOS": [{"artifact": {"title": {"title": "", "platform_name": "macOS"}, "link": {"link": "https://11471-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.46%2Bg9c21d0b4d-mac10.14.dmg"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/11471?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}]}, "commit_sha": "9c21d0b4d82bf416a6ff07ff8bdfe8949ea73827"}

@PhysSong
Copy link
Member Author

This pull request now have massive merge conflicts due to #5712 and class renames. I will try to resolve them after refactor.

@PhysSong PhysSong added after-refactor PRs that will need to be rebased after the planned code refactor (#5592) rework required Pull requests which must be reworked to make it able to merge or review and removed after-refactor PRs that will need to be rebased after the planned code refactor (#5592) labels Jan 24, 2022
@PhysSong
Copy link
Member Author

PhysSong commented Feb 5, 2022

I think I should wait for #5924, which is very likely to contain a lot of duplicated works.

@zonkmachine
Copy link
Member

I think I should wait for #5924, which is very likely to contain a lot of duplicated works.

#5924 has been merged.

@Rossmaxx
Copy link
Contributor

I believe this can be resurrected

@PhysSong
Copy link
Member Author

I believe this can be resurrected

Yes, I just don't have enough time for now(until the end of this month).

@PhysSong
Copy link
Member Author

PhysSong commented Aug 3, 2024

I'll possibly redo the work because of the large changes in the codebase.

@Rossmaxx
Copy link
Contributor

I'm moving this out of the 1.3 milestone, as @PhysSong might not have time to complete this.

@Rossmaxx Rossmaxx modified the milestones: 1.3, 1.3+ Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rework required Pull requests which must be reworked to make it able to merge or review
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Bezier curves for automation tracks
5 participants