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[[[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.