helgoboss / helgobox

Helgobox: ReaLearn & Playtime
https://www.helgoboss.org/projects/helgobox
GNU General Public License v3.0
205 stars 20 forks source link

Recursively search preset directories #675

Closed helgoboss closed 1 year ago

helgoboss commented 1 year ago

This would be nice for being able to take presets from different sources as symlinks, e.g. Dropbox etc.

Not sure if we should apply name-spacing (applying the relative directory names as part of the preset ID). I think JSFX does it that way. Could be nice to also resolve naming conflicts elegantly and would probably be consequent since we already use the file name as a preset ID. It would also mean though that moving stuff into another directory would invalidate preset references in existing projects. Maybe we could use a fallback strategy and ignore the directory part of the preset ID if we don't find it there.

helgoboss commented 1 year ago