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

    Enumeration PresetUsageGenerated

    PresetUsage controls the visibility of the Preset and how the uploader allows the usage.

    from enum audiotool.preset.v1.PresetUsage

    Index

    Enumeration Members

    Enumeration Members

    PRIVATE: 3

    The Preset is private and only visible to the owner.

    from enum value: PRESET_USAGE_PRIVATE = 3;

    PUBLIC: 1

    The Preset is public.

    from enum value: PRESET_USAGE_PUBLIC = 1;

    UNLISTED: 2

    The Preset is allowed to be used (e.g. for remixes) but hidden from listing/searching.

    You can retrieve the presets by a GET request; they are exposed via the tracks API.

    from enum value: PRESET_USAGE_UNLISTED = 2;

    UNSPECIFIED: 0

    Unspecified Preset usage.

    from enum value: PRESET_USAGE_UNSPECIFIED = 0;