You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
- Globals: Added support for synchronising Globals state between isobar processes via `enable_interprocess_sync()`
6
6
- 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`)
7
7
- Added `PKeyScale` class, which returns the `Scale` corresponding to an input `Key`
8
-
- Added new `Automation` class for continuous variable control
9
-
- Added new `Instrument` class for more concise scheduling of multi-modal events
8
+
- Added new `Automation` class for continuous parameter control
9
+
- Added new `Instrument` class for concise scheduling of multi-modal events
10
10
-`Timeline`: Added support for specifying a `clock_source` by name: either `midi`, `internal` or `link`
11
11
-`Timeline`: Added `start` constructor argument to immediately start the timeline
0 commit comments