Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 10, 2024
1 parent c21bf9c commit c2f14fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2f14fd

Please sign in to comment.