It seems that the following does not work: ``` seq = thebeat.Sequence.generate_isochronous(10, 500) seq.onsets[4:8] = seq.onsets[4:8] - 10 ```
It seems that the following does not work: