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

Fix my regression (b7d25b0) in sequence loop end/play end handling. #147

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. Fix my regression (b7d25b0) in sequence loop end/play end handling.

    Removed "len-patterns" property setter. This property may not agree to set itself to a value that would cause pattern
    truncation, so the value supplied to g_object_set may not match g_object_get. Not only does this confuse the automated tests (check_readwrite_long_param) but sequence data size
    management should ideally be a hidden implementation detail.
    dlbeswick committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bc9d420 View commit details
    Browse the repository at this point in the history