Skip to content

Rhythm: After setting the IOIs, attributes like n_bars return incorrect value #135

Description

@Jellevanderwerff

When doing the following:

r = thebeat.music.Rhythm([500, 500, 500, 500])
r.iois = [500, 250, 500, 500]

attributes like n_bars return the incorrect value (because the attributes are saved in the constructor of the Rhythm class).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions