bitwig / dawproject

Open exchange format for DAWs
MIT License
748 stars 19 forks source link

Feature request: StringParameter #64

Open Veratil opened 11 months ago

Veratil commented 11 months ago

All the parameter elements values are numerical in nature, and none have a way to save string data that I can find?

I believe this can be as simple as copying BoolParameter and changing the value type be xs:string instead.

Use cases: LMMS has plugins which save a base64 encoded string.

RustoMCSpit commented 4 months ago

LMMS support issue here https://github.com/LMMS/lmms/issues/6909