Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

89 lines (53 loc) · 2.47 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.12.0] - 2024-04-24

This mainly adjusts 'mutwo.midi' to the new 'mutwo.core >= 2.0.0' release.

Removed

  • numpy dependency, see here

[0.11.0] - 2023-07-23

Added

  • debug messages in converters

Fixed

  • converters/EventToMidiFile: Fix crash if extractor returns None (see here)
  • converters/EventToMidiFile: Fix crash for empty Sim[Seq, ...] (see here)

[0.10.0] - 2022-11-06

Dropped

  • python 3.9 support

[0.9.0] - 2022-30-12

Changed

  • n_midi_channels_per_track to midi_channel_count_per_track
  • EventToMidiFile.convert() always returns a mido.MidiFile
  • EventToMidiFile.convert can be called without any path argument (then it will simply return the MidiFile object, but don't write anything to disk).

[0.8.0] - 2022-08-12

Changed

  • Package name from mutwo.ext-midi to mutwo.midi

[0.6.0] - 2022-04-02

Added

  • backends module to convert midi files to mutwo event (experimental state):
    • MidiFileToEvent
    • MidiVelocityToWesternVolume
    • MidiVelocityToMutwoVolume
    • MidiPitchToMutwoMidiPitch
    • MidiPitchToDirectPitch
    • MidiPitchToMutwoPitch
    • PitchBendingNumberToDirectPitchInterval
    • PitchBendingNumberToPitchInterval

[0.5.0] - 2022-03-11

Changed

  • some variables in midi_converters.constants to midi_converters.configurations

Fixed

  • slow calculation for glissandi / pitch envelopes

[0.4.0] - 2022-01-30

Changed

  • package structure to namespace package to apply refactor of mutwo main package

[0.3.0] - 2022-01-15

Changed

  • allow endless nested sequential events (if no simultaneous events occur in between)

[0.2.0] - 2022-01-13

Added

  • support for pitch envelopes (allow glissandi now!)

Changed

  • applied movement from music related parameter and converter modules (which have been moved from mutwo core in version 0.49.0 to mutwo.ext-music)