Struct Event.CbReset
- Namespace
- SpessaSharp.Synthesizer
- Assembly
- SpessaSharp.dll
This event fires when the synthesizer is reset
public readonly record struct Event.CbReset : IEquatable<Event.CbReset>
- Implements
- Inherited Members
Constructors
CbReset(System)
This event fires when the synthesizer is reset
public CbReset(Midi.System System)
Parameters
Properties
System
The new System
public Midi.System System { get; init; }