Waveform-agnostic automations
Pre-release
Pre-release
Woyten
released this
10 Nov 20:18
·
146 commits
to latest
since this release
- Improvement: Add
key_pressure
field toWaveformState
- Improvement / Change: Make automations compatible with non-waveform stages
AutomationContext<T>
no longer includesWaveformState
. If access toWaveformState
is required include it in the generic parameterT
.AutomatedValue
now uses generic type argumentT
instead of associated typeContext
.AutomationSpec
has been removed. All types are generic over the live parameterT
, not the spec parameterA
.PhantomType<T>
no longer implementsSpec
. Use()
instead.