- dump project data (settings, sample slots) out to YAML
i spent some time yesterday figuring out how sample slot assignment trig locks work. which should hopefully lead to transferring banks between projects (with caveats) and set/project sample usage “analysis”.
also want to do a sample chain “deconstructor” to get individual samples out of slices.
might look at sample consolidation between sets/projects too. maybe a set/project sample clean up tool as well.
this started as a way to learn rust (bored of python) and create “samples from mars” sample chains in big batches. still slowly figuring out what ‘idiomatic’ rust looks like / how to approach certain things.
i’ve got basic stuff working for
- create 1x sliced sample chain via CLI
- create Nx sliced sample chains from YAML
- find compatible WAV files
- dump project data (settings, sample slots) out to YAML
i spent some time yesterday figuring out how sample slot assignment trig locks work. which should hopefully lead to transferring banks between projects (with caveats) and set/project sample usage “analysis”.
also want to do a sample chain “deconstructor” to get individual samples out of slices.
might look at sample consolidation between sets/projects too. maybe a set/project sample clean up tool as well.
this started as a way to learn rust (bored of python) and create “samples from mars” sample chains in big batches. still slowly figuring out what ‘idiomatic’ rust looks like / how to approach certain things.