You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to easily backup the entire sample memory and restore it at a later date with the same mapping in one single command. I also want to be able to define new mappings on the computer without having to individually upload samples.
These could both be achieved by for example using a YAML file for defining how sample memory should be arranged, for example:
Then you could upload it with volsa2-cli restore classic-drum-machines.yaml. Likewise, you could download a sample library from the device with volsa2-cli backup default-volca-samples.yaml.
This would be fairly easy to achieve via scripting so it's not very unix philosophy or whatever but I think there's value in building it directly into the application to make this process more user-friendly. And it's pretty simple so I'll probably just work on it myself.
The text was updated successfully, but these errors were encountered:
I want to be able to easily backup the entire sample memory and restore it at a later date with the same mapping in one single command. I also want to be able to define new mappings on the computer without having to individually upload samples.
These could both be achieved by for example using a YAML file for defining how sample memory should be arranged, for example:
Then you could upload it with
volsa2-cli restore classic-drum-machines.yaml
. Likewise, you could download a sample library from the device withvolsa2-cli backup default-volca-samples.yaml
.This would be fairly easy to achieve via scripting so it's not very unix philosophy or whatever but I think there's value in building it directly into the application to make this process more user-friendly. And it's pretty simple so I'll probably just work on it myself.
The text was updated successfully, but these errors were encountered: