Struct Voice.Modulator.ID
- Namespace
- SpessaSharp.Synthesizer.Engine.Voice
- Assembly
- SpessaSharp.dll
public readonly record struct Voice.Modulator.ID : IEquatable<Voice.Modulator.ID>
- Implements
- Inherited Members
Constructors
ID(int, Type, bool, bool)
public ID(int Source, Generator.Type Destination, bool IsBipolar, bool IsNegative)
Parameters
Properties
Destination
public Generator.Type Destination { get; init; }
Property Value
IsBipolar
public bool IsBipolar { get; init; }
Property Value
IsNegative
public bool IsNegative { get; init; }
Property Value
Source
public int Source { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.