tsParticles - v4.0.0-beta.12
    Preparing search index...

    The sounds melody options

    interface ISoundsMelody {
        loop: boolean;
        melodies: ISoundsMelody[];
        notes: ISoundsNote[];
    }

    Implemented by

    Index

    Properties

    Properties

    loop: boolean

    Enables loop

    melodies: ISoundsMelody[]

    The nested melodies

    notes: ISoundsNote[]

    The melody notes