Vixen
02b45cc4
csharp
public record class PitchShiftEffectAsset

A pitch shifter, as a file declares it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public float Semitones

    How far to shift, in semitones.

  • public float GrainSeconds

    How long each grain is.

  • public float Mix

    How much of the shifted signal to keep.

  • public bool Enabled

    Whether the effect starts switched on.

Methods (1)

  • public IAudioEffect Create()

    Builds the effect this describes.

Used by (3)

  • MixerAssetTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_PitchShiftEffectAssetSerializerVixen.Audio