studiorack-app icon indicating copy to clipboard operation
studiorack-app copied to clipboard

Support dawproject in app folder scanning and open

Open RustoMCSpit opened this issue 1 year ago • 3 comments

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

RustoMCSpit avatar Jul 07 '24 16:07 RustoMCSpit

https://github.com/orgs/studiorack/projects/3/views/2?pane=issue&itemId=50479314

RustoMCSpit avatar Aug 26 '24 22:08 RustoMCSpit

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:

  1. Map DAWproject fields to my existing StudioRack Project schema: https://github.com/studiorack/studiorack-core/blob/main/src/types/project.ts#L24
  2. Update my StudioRack Project schema to match DAWproject and any dependencies.

kmturley avatar Sep 11 '24 03:09 kmturley

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?)

RustoMCSpit avatar Sep 11 '24 18:09 RustoMCSpit