Support dawproject in app folder scanning and open
if a project is uploaded, the dawproject option should be available and there should be a filter to sort for it. it should list the original DAW and it shoukd have a dawproject image in the top right
https://github.com/orgs/studiorack/projects/3/views/2?pane=issue&itemId=50479314
Convert the two xml schema to TypeScript types:
- https://github.com/bitwig/dawproject/blob/main/MetaData.xsd
- https://github.com/bitwig/dawproject/blob/main/Project.xsd
Add DAWproject to supported project extensions and types:
- https://github.com/studiorack/studiorack-core/blob/main/src/config-defaults.ts#L391
- https://github.com/studiorack/studiorack-core/blob/main/src/types/project.ts#L48
Update the core project functions to support DAWproject
- https://github.com/studiorack/studiorack-core/blob/main/src/project.ts
Either:
- Map DAWproject fields to my existing StudioRack Project schema: https://github.com/studiorack/studiorack-core/blob/main/src/types/project.ts#L24
- Update my StudioRack Project schema to match DAWproject and any dependencies.
all plugins (and patches for those plugins?) used in a project need to be listed with the dawplugin on the website by the way, including their versions. if a plugin is also available on studiorack a link should be listed to its webpage (or maybe have an auto download button for all plugins used?)