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

Source int
Destination Generator.Type
IsBipolar bool
IsNegative bool

Properties

Destination

public Generator.Type Destination { get; init; }

Property Value

Generator.Type

IsBipolar

public bool IsBipolar { get; init; }

Property Value

bool

IsNegative

public bool IsNegative { get; init; }

Property Value

bool

Source

public int Source { get; init; }

Property Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.