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>
This commit is contained in:
Paul Lipscomb
2026-07-15 17:51:05 -04:00
parent e58f06d9fa
commit 7ecc718f5d
2256 changed files with 11 additions and 5 deletions
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-clear,Clear slot]]]
ifndef::pdf-theme[[[slot-clear,Clear slot]]]
== Clear slot
Removes all clips from this slot.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-copy,Copy slot]]]
ifndef::pdf-theme[[[slot-copy,Copy slot]]]
== Copy slot
Copies the contents of this slot for later pasting.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-cut,Cut slot]]]
ifndef::pdf-theme[[[slot-cut,Cut slot]]]
== Cut slot
Cuts the contents of this slot for later pasting.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-export-primary-clip-to-arrangement,Export primary clip to arrangement]]]
ifndef::pdf-theme[[[slot-export-primary-clip-to-arrangement,Export primary clip to arrangement]]]
== Export primary clip to arrangement
Exports the primary clip of this slot to the REAPER arrangement.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-export-primary-clip-to-clipboard-as-lua,Export primary clip to clipboard as Lua]]]
ifndef::pdf-theme[[[slot-export-primary-clip-to-clipboard-as-lua,Export primary clip to clipboard as Lua]]]
== Export primary clip to clipboard as Lua
Exports the primary clip of this slot to the clipboard as Lua code.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-import-files,Import file(s)...]]]
ifndef::pdf-theme[[[slot-import-files,Import file(s)...]]]
== Import file(s)...
Lets you pick a file and adds it to this slot as a clip. If you pick more than one file, they will end up in the slots below.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-import-selected-item,Import selected item(s) into slot]]]
ifndef::pdf-theme[[[slot-import-selected-item,Import selected item(s) into slot]]]
== Import selected item(s) into slot
Creates a clip that resembles the currently selected REAPER item and adds it to this slot. If you selected more than one item, the corresponding clips will end up in the slots below.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-paste,Paste slot]]]
ifndef::pdf-theme[[[slot-paste,Paste slot]]]
== Paste slot
Pastes previously copied or cut slot contents into this slot, replacing what is already there.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[slot-rename-primary-clip,Rename primary clip...]]]
ifndef::pdf-theme[[[slot-rename-primary-clip,Rename primary clip...]]]
== Rename primary clip...
Renames the primary clip in this slot.