Struct MidiPrinter.Options

Namespace
SpessaSharp.Utils
Assembly
SpessaSharp.dll
public readonly record struct MidiPrinter.Options : IEquatable<MidiPrinter.Options>
Implements
Inherited Members

Constructors

Options(bool)

public Options(bool ReplaceSharpWithSynth)

Parameters

ReplaceSharpWithSynth bool

Properties

ReplaceSharpWithSynth

public bool ReplaceSharpWithSynth { get; init; }

Property Value

bool