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[[[inspector-clip-promote-to-top,Promote clip to top]]]
ifndef::pdf-theme[[[inspector-clip-promote-to-top,Promote clip to top]]]
== Promote clip to top
Makes this clip the primary clip of the slot. That means you will see this one in the matrix.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[inspector-clip-remove-from-slot,Remove clip from slot]]]
ifndef::pdf-theme[[[inspector-clip-remove-from-slot,Remove clip from slot]]]
== Remove clip from slot
Removes the clip from this slot.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-duplicate,Duplicate column]]]
ifndef::pdf-theme[[[column-duplicate,Duplicate column]]]
== Duplicate column
Creates a copy of this column and its associated track and inserts it to the right.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-export-to-arrangement,Export column to arrangement]]]
ifndef::pdf-theme[[[column-export-to-arrangement,Export column to arrangement]]]
== Export column to arrangement
Exports all clips in this column to the REAPER arrangement.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-export-to-clipboard-as-lua,Export column to clipboard as Lua]]]
ifndef::pdf-theme[[[column-export-to-clipboard-as-lua,Export column to clipboard as Lua]]]
== Export column to clipboard as Lua
Exports the column to the clipboard as Lua code.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-insert-column-for-each-selected-track,Insert column for each selected track]]]
ifndef::pdf-theme[[[column-insert-column-for-each-selected-track,Insert column for each selected track]]]
== Insert column for each selected track
Inserts new empty columns to the right, one for each selected REAPER track.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-insert-column-left,Insert column left]]]
ifndef::pdf-theme[[[column-insert-column-left,Insert column left]]]
== Insert column left
Inserts a new empty column to the left and associates it with a newly created REAPER track.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-insert-column-right,Insert column right]]]
ifndef::pdf-theme[[[column-insert-column-right,Insert column right]]]
== Insert column right
Inserts a new empty column to the right and associates it with a newly created REAPER track.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-remove-keep-track,Remove column (keep track)]]]
ifndef::pdf-theme[[[column-remove-keep-track,Remove column (keep track)]]]
== Remove column (keep track)
Removes this column but keeps the associated REAPER track.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[column-remove,Remove column]]]
ifndef::pdf-theme[[[column-remove,Remove column]]]
== Remove column
Removes this column, including the associated REAPER track.
@@ -0,0 +1,10 @@
ifdef::pdf-theme[[[column-rename-column-or-track,Rename column or track...]]]
ifndef::pdf-theme[[[column-rename-column-or-track,Rename column or track...]]]
== Rename column or track...
Renames this column of the associated track.
If the track associated with this column is not associated with any other column, the track will be renamed. In all other cases, the column itself.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[matrix-export-to-arrangement,Export matrix to arrangement]]]
ifndef::pdf-theme[[[matrix-export-to-arrangement,Export matrix to arrangement]]]
== Export matrix to arrangement
Exports all clips in this matrix to the REAPER arrangement.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[matrix-export-to-clipboard-as-lua,Export matrix to clipboard as Lua]]]
ifndef::pdf-theme[[[matrix-export-to-clipboard-as-lua,Export matrix to clipboard as Lua]]]
== Export matrix to clipboard as Lua
Exports the complete matrix to the clipboard as Lua code.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[matrix-insert-column-for-each-selected-track,Insert column for each selected track]]]
ifndef::pdf-theme[[[matrix-insert-column-for-each-selected-track,Insert column for each selected track]]]
== Insert column for each selected track
Inserts new columns to the right, one for each selected REAPER track.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[matrix-insert-column-right,Insert column right]]]
ifndef::pdf-theme[[[matrix-insert-column-right,Insert column right]]]
== Insert column right
Inserts a new column to the right and associates it with a newly created REAPER track.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[matrix-insert-row-below,Insert row below]]]
ifndef::pdf-theme[[[matrix-insert-row-below,Insert row below]]]
== Insert row below
Inserts a new row below.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-build-scene-from-currently-playing-clips,Build scene from currently playing clips]]]
ifndef::pdf-theme[[[row-build-scene-from-currently-playing-clips,Build scene from currently playing clips]]]
== Build scene from currently playing clips
Takes all clips that are currently playing in scene-following columns and copies them to this row. In other words, it takes a snapshot of what is currently playing and pastes it into this row.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-clear,Clear row]]]
ifndef::pdf-theme[[[row-clear,Clear row]]]
== Clear row
Clears all slots in this row.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-copy,Copy row]]]
ifndef::pdf-theme[[[row-copy,Copy row]]]
== Copy row
Copies the contents of this row for later pasting.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-cut,Cut row]]]
ifndef::pdf-theme[[[row-cut,Cut row]]]
== Cut row
Cuts the contents of this row for later pasting.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-duplicate,Duplicate row]]]
ifndef::pdf-theme[[[row-duplicate,Duplicate row]]]
== Duplicate row
Creates a copy of this row and inserts it below.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-export-to-arrangement,Export row to arrangement]]]
ifndef::pdf-theme[[[row-export-to-arrangement,Export row to arrangement]]]
== Export row to arrangement
Exports all clips in this row to the REAPER arrangement.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-insert-row-above,Insert row above]]]
ifndef::pdf-theme[[[row-insert-row-above,Insert row above]]]
== Insert row above
Inserts a new empty row above.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-insert-row-below,Insert row below]]]
ifndef::pdf-theme[[[row-insert-row-below,Insert row below]]]
== Insert row below
Inserts a new empty row below.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-paste,Paste row]]]
ifndef::pdf-theme[[[row-paste,Paste row]]]
== Paste row
Pastes previously copied or cut row contents into this row.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-remove,Remove row]]]
ifndef::pdf-theme[[[row-remove,Remove row]]]
== Remove row
Removes this row.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[row-rename,Rename row...]]]
ifndef::pdf-theme[[[row-rename,Rename row...]]]
== Rename row...
Renames this row.
@@ -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.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[toolbar-smart-record-limit-recording-length,Limit recording length]]]
ifndef::pdf-theme[[[toolbar-smart-record-limit-recording-length,Limit recording length]]]
== Limit recording length
If enabled, recording a clip will automatically stop after a certain amount of time.
@@ -0,0 +1,8 @@
ifdef::pdf-theme[[[inspector-clip-source-open-in-media-explorer,Open in media explorer]]]
ifndef::pdf-theme[[[inspector-clip-source-open-in-media-explorer,Open in media explorer]]]
== Open in media explorer
Opens the source file of this clip in the REAPER media explorer.