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,59 @@
= General usage
This page describes the basic usage of common user interface elements in the Helgobox app.
[[drag-field]]
== Drag field
image::playtime::generated/screenshots/elements/toolbar/tempo.png[]
A drag field allows you to adjust numeric values in various ways.
include::partial$app/user-interface/interactions/mouse-dragging.adoc[]
include::partial$app/user-interface/interactions/mouse-wheel-scrolling.adoc[]
include::partial$app/user-interface/interactions/touchpad-panning.adoc[]
include::partial$app/user-interface/interactions/text-entry.adoc[]
include::partial$app/user-interface/interactions/reset-to-default.adoc[]
include::partial$app/user-interface/interactions/fine-adjustment.adoc[]
== Knob
image::playtime::generated/screenshots/elements/toolbar/play-rate.png[]
A knob allows you to adjust numeric values in various ways.
include::partial$app/user-interface/interactions/mouse-dragging.adoc[]
include::partial$app/user-interface/interactions/mouse-wheel-scrolling.adoc[]
include::partial$app/user-interface/interactions/touchpad-panning.adoc[]
include::partial$app/user-interface/interactions/text-entry.adoc[]
include::partial$app/user-interface/interactions/reset-to-default.adoc[]
include::partial$app/user-interface/interactions/fine-adjustment.adoc[]
== Slider
image::playtime::generated/screenshots/elements/track-panel/volume.png[]
A slider allows you to adjust numeric values in various ways.
include::partial$app/user-interface/interactions/mouse-dragging.adoc[]
include::partial$app/user-interface/interactions/mouse-wheel-scrolling.adoc[]
include::partial$app/user-interface/interactions/touchpad-panning.adoc[]
include::partial$app/user-interface/interactions/reset-to-default.adoc[]
== Search list
image::playtime::generated/screenshots/main/sequences.png[]
Search lists allow you to pick an item from a potentially large list.
icon:search[] Search::
Simply enter text to drill the list down to items matching your search text.
icon:keyboard-o[] Navigate::
Press kbd:[↑] or kbd:[↓] to navigate within the list of items.
↕ Scroll::
Scroll within the list using the scrollbar on the right or using the mousewheel.
icon:mouse-pointer[] Select::
Click the item or press kbd:[Enter] to select it.