Skip to content

Waveform-agnostic automations

Pre-release
Pre-release
Compare
Choose a tag to compare
@Woyten Woyten released this 10 Nov 20:18
· 146 commits to latest since this release
  • Improvement: Add key_pressure field to WaveformState
  • Improvement / Change: Make automations compatible with non-waveform stages
    • AutomationContext<T> no longer includes WaveformState. If access to WaveformState is required include it in the generic parameter T.
    • AutomatedValue now uses generic type argument T instead of associated type Context.
    • AutomationSpec has been removed. All types are generic over the live parameter T, not the spec parameter A.
    • PhantomType<T> no longer implements Spec. Use () instead.