@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias PulverisateurNoise

    key value
    type object

    The Pulverisateur's noise generator.

    type PulverisateurNoise = {
        channel: NexusObject<PulverisateurChannel>;
        color: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    Properties

    Channel object containing common controls

    color: PrimitiveField<number, "mut">

    Color of noise. Meaning of values:

    • 0: brown noise
    • 0.2: pink noise
    • 0.5: white noise
    • 0.8: blue noise
    • 1: purple noise

    Values between any two of these linearly mix the two colors.

    key value
    default 1
    range [0, 1]
    is api.TargetType.AutomatableParameter