Files
Paul Lipscomb 7ecc718f5d Reorganize top-level directories with clearer naming convention
app -> app-desktop-macos, presets -> app-presets, server -> remote-server,
daw-config-reaper -> osc-config-daw, plugin-reaper-realearn -> plugin-reaper-relearn.
Updated run.py and presets.py path references accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 17:51:05 -04:00

61 lines
1.3 KiB
Plaintext

= Target "Pot: Browse presets"
Use this target to browse a collection of presets.
By default, this is the complete collection of presets available in all supported databases, so potentially thousands of presets.
If you want to browse just a subset, see xref:targets/pot/browse-filter-items.adoc[].
The idea is to map this target to an endless rotary encoder or previous/next buttons (using xref:user-interface/mapping-panel/glue-section.adoc#incremental-button[] mode) and then navigate within the available presets.
Once you have selected a preset, you can audition it via xref:targets/pot/preview-preset.adoc[] (if it's a sound preset) and load it via xref:targets/pot/load-preset.adoc[].
== Target-specific properties
This target supports the following additional xref:further-concepts/target.adoc#target-property[target properties].
[cols="m,1,3"]
|===
|Name|Type|Description
|
target.preset.name
|
String
|
Name of the preset.
|
target.preset.product.name
|
String
|
Name of the product to which this preset belongs, if available.
|
target.preset.file_ext
|
String
|
File extension of the preset, in case it's a file-based preset.
|
target.preset.author
|
String
|
Name of the preset author, if available.
|
target.preset.vendor
|
String
|
Name of the preset vendor, if available.
|
target.preset.comment
|
String
|
Preset comment, if available.
|===