We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, it looks like the --input-file option is not working.
This is how I am using it:
$ buzztrax-edit --input-file=ao2_buzztrax_audiotestsrc.xml
but the default empty song is displayed, not the one I tried to load.
Thanks, Antonio
The text was updated successfully, but these errors were encountered:
OK, RTFM.
I found out I have to pass the load command like this:
$ buzztrax-edit --command=load --input-file=ao2_buzztrax_audiotestsrc.xml
It's not a very intuitive behavior, but I am closing the issue as it works as intended.
Sorry for the noise.
Sorry, something went wrong.
No problem, but let me at least display a message.
options: set a default command (-c) if none is given
0c257cb
Fix #13. When only an input-file is given as a commandline option, use the default command.
No branches or pull requests
Hi, it looks like the --input-file option is not working.
This is how I am using it:
but the default empty song is displayed, not the one I tried to load.
Thanks,
Antonio
The text was updated successfully, but these errors were encountered: