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
ReplaceSharpWithSynthbool
Properties
ReplaceSharpWithSynth
public bool ReplaceSharpWithSynth { get; init; }