# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### 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.