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