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

Added downbeat switch to beat evaluation #76

Merged
merged 1 commit into from
Feb 5, 2016

Conversation

flokadillo
Copy link
Contributor

If downbeat flag is true, downbeats instead of beats are read from file.

@superbock
Copy link
Collaborator

Instead of using the "update branch" button it's better to rebase the whole branch on top of the develop branch. To do so, please follow these steps:

git checkout develop
git pull
git checkout feature/downbeat_eval
git rebase --onto NEWBASE OLDBASE

with NEWBASE being the latest commit on develop and OLDBASE the parent of your first commit in this branch. I'm not sure whether develop can be used as NEWBASE, probably yes.

If everything is ok, you can force push this branch.

@flokadillo flokadillo force-pushed the feature/downbeat_eval branch 5 times, most recently from c3c9ebb to add9ddb Compare February 4, 2016 10:56
superbock pushed a commit that referenced this pull request Feb 5, 2016
Added --downbeat switch to beat evaluation to evaluate only the downbeats.
@superbock superbock merged commit 48a3878 into develop Feb 5, 2016
@superbock superbock deleted the feature/downbeat_eval branch February 5, 2016 15:08
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

Successfully merging this pull request may close these issues.

2 participants