Struct PresetsWithKeyCombinations.Enumerator

Namespace
SpessaSharp.MIDI.Utils
Assembly
SpessaSharp.dll
public ref struct PresetsWithKeyCombinations.Enumerator
Inherited Members

Constructors

Enumerator(PresetsWithKeyCombinations)

public Enumerator(PresetsWithKeyCombinations presets)

Parameters

presets PresetsWithKeyCombinations

Properties

Current

public (BasicPreset, HashSet<(int Key, int Velocity)>) Current { get; }

Property Value

(BasicPreset, HashSet<(int Key, int Velocity)>)

Methods

MoveNext()

public bool MoveNext()

Returns

bool