-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add export-to-wav CLI utility. #372
base: master
Are you sure you want to change the base?
Conversation
efa05f5
to
f715c25
Compare
26747f6
to
e2737e7
Compare
e2737e7
to
597893e
Compare
597893e
to
8254e04
Compare
Very cool! Which is basically: I really like love the idea of having this available in a scriptable/batch way (for example to use in combination with faircamp) questions:
So WDYT about this:
Then later --midi-in and --scale-nearest can be added as args, and who knows what. |
export-to-wav
This PR introduces a command-line utility called
export-to-wav
which can be used for scripting exports.Multi-track
The utility includes the ability to export in multi-track mode. When doing so, WAVs which are silent will automatically be removed.
Usage
Notes
A few other changes are included, some of which might be preferable to omit or merge separately:
trackerlib
library to allow reusing code from the tracker in the CLI utility.build.sh
: