Struct Effect.InsertionProcessorSnapshot

Namespace
SpessaSharp.Synthesizer.Engine.Effects
Assembly
SpessaSharp.dll
public readonly record struct Effect.InsertionProcessorSnapshot : IEquatable<Effect.InsertionProcessorSnapshot>
Implements
Inherited Members

Constructors

InsertionProcessorSnapshot(int, ArraySegment<byte>)

public InsertionProcessorSnapshot(int Type, ArraySegment<byte> Params)

Parameters

Type int
Params ArraySegment<byte>

20 parameters for the effect, 255 means "no change" + 3 effect sends (index 20, 21, 22)

Properties

Params

20 parameters for the effect, 255 means "no change" + 3 effect sends (index 20, 21, 22)

public ArraySegment<byte> Params { get; init; }

Property Value

ArraySegment<byte>

Type

public int Type { get; init; }

Property Value

int