Waveform-agnostic automations
Pre-release
Pre-release
·
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.