VCV-Recorder
VCV-Recorder copied to clipboard
Feature request: Add suffix in filename based on CV input
I like to design elaborate patches to model single-shot sounds, and then render them to wav as samples, to be played in a sampler. It would be great to automatically trigger a range of notes, and save each of them individually into separate wave files, without having to after the fact figure out which note is which.
I think this feature could work like this:
- Have one or more CV inputs that, if connected, are checked for a value on record start, when building the
path
to record to. - Append a value to the file name for each CV that's connected. That could either be the CV's actual voltage (perhaps in mV as int?) or a MIDI note-name like C-4
The rest of the automation can then be taken care of by normal sequencers.
Thoughts? I'd be happy to take a shot at implementing it myself.