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

Start BeatTracker without Command line arguments #538

Open
Jarris81 opened this issue Jun 8, 2024 · 1 comment
Open

Start BeatTracker without Command line arguments #538

Jarris81 opened this issue Jun 8, 2024 · 1 comment

Comments

@Jarris81
Copy link

Jarris81 commented Jun 8, 2024

I have been trying to run the BeatTracker in my own class, so that I can can call a callback function whenever it detects a beat. However I cannot get it running without the command line argument "online"

Is there a way to get it running without command line arguments?

I have tried setting online to default in the parser, but nothing works.

I appreciate any help

@superbock
Copy link
Collaborator

This is not possible, as all CLI programs require a 'mode', i.e. online, single or batch. It is not entirely clear to me, what you want to accomplish, but to get help on the CLI arguments, please call any program with --help, with specific help for each mode after the mode selector e.g. BeatTracker online --help or BeatTracker --help.

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

2 participants