Skip to content

mutwo.core v.1.2.0

Compare
Choose a tag to compare
@levinericzimmermann levinericzimmermann released this 30 Nov 18:14
· 163 commits to main since this release

mutwo.core v.1.2.0 - 2022-11-30

This release adds some more methods to complex events (e.g. SequentialEvent and SimultaneousEvent).
The given methods simplify working in complex settings with various events.

Added

  • ComplexEvent.slide_in, see here
  • ComplexEvent.extend_until, see here
  • SimultaneousEvent.concatenate_by_index, see here
  • SimultaneousEvent.concatenate_by_tag, see here

Furthermore minor issues have been fixed:

Fixed

  • SequentialEvent: Fix abs time floating point error, see here
  • TempoConverter: Fix needless conversion warnings , see here