Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add suffix in filename based on CV input #48

Open
jypma opened this issue Feb 11, 2022 · 0 comments
Open

Feature request: Add suffix in filename based on CV input #48

jypma opened this issue Feb 11, 2022 · 0 comments

Comments

@jypma
Copy link

jypma commented Feb 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant