Polyend Tracker Library - v0.1.1
    Preparing search index...

    Interface Granular

    interface Granular {
        currentPosition: number;
        grainLength: number;
        shape: GranularShape;
        type: GranularType;
    }
    Index

    Properties

    currentPosition: number

    Current grain position Valid range: 0 to 65535 (maximum for unsigned 16-bit integer).

    grainLength: number

    Length of a grain. Valid range: 44 - 44100 samples (integer).

    Granular shape.

    GranularShape;

    Granular playback type

    GranularType