Skip to content

AudioKit/AudioKit#2955 #32

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

emurray2
Copy link
Member

Improve sequencer length handling to account for the issue described above

@emurray2 emurray2 marked this pull request as draft April 22, 2025 22:46
@emurray2 emurray2 marked this pull request as ready for review April 22, 2025 23:58
Copy link
Member Author

@emurray2 emurray2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a check on sequence if the length isn't long enough to accommodate, but surely this should be based on the maximum position + duration of any note added, rather than the sum of the durations of notes added irrelevant of their position.

Suggested changes in AudioKit/AudioKit#2955 by @pnome completed and ready for review

@pnome
Copy link

pnome commented Apr 23, 2025

I didn't see me as a reviewer. I clicked on "Learn about draft PRs" and clicked the "Ask Admin For Access" button, but there wasn't any feedback to let me know that anything has happened.

@emurray2
Copy link
Member Author

emurray2 commented Apr 23, 2025

I didn't see me as a reviewer. I clicked on "Learn about draft PRs" and clicked the "Ask Admin For Access" button, but there wasn't any feedback to let me know that anything has happened.

@pnome It didn't let me add either. You can review manually and leave a 👍 if everything looks good.

@pnome
Copy link

pnome commented Apr 23, 2025

Weird. It looks good to me. If you're able to merge and update the SPM I'll put it in the project and check it fixes the issue.

Is there something I'd need to do it I wanted to contribute changes?

@emurray2
Copy link
Member Author

emurray2 commented Apr 23, 2025

Weird. It looks good to me. If you're able to merge and update the SPM I'll put it in the project and check it fixes the issue.

Is there something I'd need to do it I wanted to contribute changes?

Sounds like a good plan. It seems I don't have merge access, but for now you can download my fork if you want and then import it locally into Xcode.

For contributing changes, you can make a fork on your GitHub of the repo you want to change. Then you make your changes to that fork. And when you're ready, you can make a new pull request with the matching repo in the repository you want to merge to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants