From c2f14fd1c42bc2170fe123851805d28a636e045c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 10 Nov 2024 19:14:40 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d870070..8a2e37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ - Globals: Added support for synchronising Globals state between isobar processes via `enable_interprocess_sync()` - Added syntactical sugar around `PDict` `getattr`/`setattr`, so that a track's `params` property can be modified by (e.g.) `track.params.cutoff = 200` (requires `rpyc`) - Added `PKeyScale` class, which returns the `Scale` corresponding to an input `Key` -- Added new `Automation` class for continuous variable control -- Added new `Instrument` class for more concise scheduling of multi-modal events +- Added new `Automation` class for continuous parameter control +- Added new `Instrument` class for concise scheduling of multi-modal events - `Timeline`: Added support for specifying a `clock_source` by name: either `midi`, `internal` or `link` - `Timeline`: Added `start` constructor argument to immediately start the timeline