GeneratedGeneratedPRIVATEThe Preset is private and only visible to the owner.
from enum value: PRESET_USAGE_PRIVATE = 3;
GeneratedPUBLICThe Preset is public.
from enum value: PRESET_USAGE_PUBLIC = 1;
GeneratedUNLISTEDThe 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;
GeneratedUNSPECIFIEDUnspecified Preset usage.
from enum value: PRESET_USAGE_UNSPECIFIED = 0;
PresetUsage controls the visibility of the Preset and how the uploader allows the usage.
from enum audiotool.preset.v1.PresetUsage