Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parameters/abc/Duration.from_any += parse tuple/list to FlexTempo
With this patch we can now parse lists or tuples to a 'FlexTempo'. This means the following works now: > from mutwo import core_events > chn = core_events.Chronon(4) > chn.tempo = [[0, 30], [4, 60]]
- Loading branch information