Vendor helgoboss/helgobox (ReaLearn) as basis for custom UI fork
Stripped upstream git history; starting point for replacing the native SWELL/Win32 mapping UI with something more suited to bulk editing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+56
@@ -0,0 +1,56 @@
|
||||
= 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.
|
||||
|
||||
|===
|
||||
Reference in New Issue
Block a user