Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 1.05 KB

Changelog

v0.1.2 (2023-05-28)

  • Added SignalFlowOutputDevice and CVOutputDevice
  • Added NetworkClockSender / NetworkClockReceiver, and NetworkGlobalsSender / NetworkGlobalsReceiver
  • Added new stochastic patterns: PCoin, PRandomImpulseSequence, PRandomExponential, PMetropolis

v0.1.1 (2020-10-07)

Major overhaul and refactor.

  • Unified and improved class names
  • Added unit test suite and CI testing
  • Added mkdocs documentation
  • Added support for Control events with interpolation
  • Added custom Exception classes
  • Added examples covering MIDI I/O, MIDI files, live coding in iPython
  • Added new Pattern classes: PSample, PEqual, PNotEqual, PGreaterThan, PGreaterThanOrEqual, PLessThan, PLessThanOrEqual, PInterpolate, PReverse, PExplorer, PSequenceAction, PNearestNoteInKey, PFilterByKey, PMidiNoteToFrequency

v0.0.1 (2019-10-03)

Initial PyPi release.