Files
virtual-controller/plugin-reaper-relearn/doc/realearn/modules/ROOT/pages/targets/playtime/slot-management-action.adoc
T
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

57 lines
1.8 KiB
Plaintext

= Target "Playtime: Slot management action"
Invokes a xref:playtime::key-concepts.adoc#slot[]-related action that has something to do with modifying slots.
== Action menu
The kind of action to be executed.
Most of the actions only execute when the target is hit with an _on_ value. In all other cases, it's specifically mentioned.
Clear slot::
See xref:playtime:ROOT:user-interface/menus/slot-menu.adoc#slot-clear[].
Fill slot with selected item::
See xref:playtime:ROOT:user-interface/menus/slot-menu.adoc#slot-import-selected-item[].
Edit first clip::
When hit with an _on_ value, opens the MIDI editor for the primary clip in the slot, otherwise close its. Works for MIDI clips only.
Copy or paste clip::
If the slot contains clips, copies them to a matrix-internal clipboard. If the slot is empty, attempts to paste clips from the matrix-internal clipboard into that slot, replacing existing ones.
Double clip section length::
Doubles the xref:playtime::user-interface/inspector/clip.adoc#inspector-clip-length[] of each clip contained in the slot.
Halve clip section length::
Halves the xref:playtime::user-interface/inspector/clip.adoc#inspector-clip-length[] of each clip contained in the slot.
Quantization on/off state::
When hit with an _on_ value, quantizes the first MIDI clip in this slot, otherwise un-quantizes it.
Duplicate::
Duplicates the clips of this slot to the slot below. If the slot below already contains clips, they will get replaced.
Activate::
Makes this slot the xref:playtime::further-concepts/matrix.adoc#active-cell[].
include::partial$targets/playtime/slot-menu.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.clip.name
|
String
|
Name of the first clip in the slot.
|===