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).
When doing the following:
attributes like
n_barsreturn the incorrect value (because the attributes are saved in the constructor of the Rhythm class).