Added total_duration and total_beats
This commit is contained in:
@ -334,6 +334,7 @@ class Subdivision(Sequence):
|
||||
if isinstance(item, Event):
|
||||
if duration is not None:
|
||||
item.duration = new_d
|
||||
item.beat = new_d*4
|
||||
yield item
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user