Retrieves a specific preset by its name or id. Pass in a uuid or presets/{uuid}.
The identifier of the preset, either an uuid or presets/{uuid}
Promise resolving to the requested preset
Lists presets with optional filtering by device type and text search
The entity type of the device for which to list presets
OptionaltextSearch: stringOptional text to filter presets by name or description
Promise resolving to an array of matching presets
A wrapper for the presets API that's more convenient to use than the raw presets API.
Example
To get a preset id, you can right click the preset in the preset browser in the DAW and select "Copy Preset ID". Apply the preset as follows:
See API for more information.