Preset subfolders #9
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bcox/tymbal#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status: excluded by design during the preset-transport spec. Filed for the
record so the reasoning lives in the tracker rather than only in a
conversation.
The preset picker is scoped to a single flat directory. From the spec:
The asymmetry is the point. CLAP's discovery would crawl a tree without
complaint — the cost is entirely on the editor side, where a real filesystem
browser means either a native file dialog (a runtime dependency the hermetic
static-linked build does not have) or a directory-tree widget nobody asked
for.
editor/preset_library.hdocuments the same reasoning at the code level, andargv[1]remains the escape hatch for opening a patch from an arbitrary path.Reopen if a preset library grows large enough that one flat directory becomes
unpleasant to navigate.