Struct Event.CbPresetListChange
- Namespace
- SpessaSharp.Synthesizer
- Assembly
- SpessaSharp.dll
This event fires when the preset list is changed.
public readonly record struct Event.CbPresetListChange : IEquatable<Event.CbPresetListChange>
- Implements
- Inherited Members
Constructors
CbPresetListChange(IReadOnlyList<Full>)
This event fires when the preset list is changed.
public CbPresetListChange(IReadOnlyList<MidiPatch.Full> Data)
Parameters
DataIReadOnlyList<MidiPatch.Full>
Properties
Data
public IReadOnlyList<MidiPatch.Full> Data { get; init; }