Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 675 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 675 Bytes

Changelog

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.2.0] - 2021-03-22

Added

  • Add the MouseX and MouseY UGens.
  • Add the PMOsc UGen.
  • Add the RLPF UGen.
  • Add Input::range method to easily map the output of a UGen to a specific range of numbers.
  • Add a pattern module for defining sequences of events.
  • Add a scheduler module for defining sequences of events.
  • Add a pattern::player module playing patterns using the scheduler.