-
Notifications
You must be signed in to change notification settings - Fork 266
Key evaluation updates #396
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
Open
bscherrer
wants to merge
28
commits into
CPJKU:main
Choose a base branch
from
LandrAudio:key_evaluation_updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
cfe8b03
add option to identify the relative of the fifth
bscherrer 561c80a
update tests: now the KeyEvalutation test has to check the scores for…
bscherrer 849eb19
fix naming of key detection file so that it does not break other tests
bscherrer 30123e7
add a check that each KeyEvaluation in a list passed to the KeyMeanEv…
bscherrer 50b3571
KeyMeanEvaluation can now handle empty evaluation lists.
bscherrer 0902771
Merge branch 'master' into key_evaluation_updates
bscherrer 2fab590
fixing code style issues + "too many returns"
bscherrer 3aae767
pep8 fixes (take 2)
bscherrer 0ceb751
attempt at refactoring the error_types function
bscherrer 2ede2f5
creating separate methods for each type of error
bscherrer b305019
decreasing number of arguments for _is_relative_of_fifth
bscherrer e5659c8
nth refactor
bscherrer 73d8244
Merge branch 'master' into key_evaluation_updates
bscherrer a176382
Merge branch 'master' into key_evaluation_updates
bscherrer ec67a5f
Merge branch 'master' into key_evaluation_updates
bscherrer f251d67
Merge branch 'master' into key_evaluation_updates
bscherrer fe6f6d2
code review (quick stuff)
bscherrer 7726946
Merge branch 'key_evaluation_updates' of github.com:Mixgenius/madmom …
bscherrer 33cc362
fixing tostring to only display info about relative of fifth when it …
bscherrer 0e451f5
Really checking that all key evaluation objects are configured in the…
bscherrer 661adcd
hopefully reducing the code complexity
bscherrer 5f05759
new attempt a diminishing complexity
bscherrer 2bc55eb
fix line too long
bscherrer dfbf7a4
fix test
bscherrer 2f9d65e
update models
bscherrer d6059d1
simplification of key eval objects checking + more flexible way of ad…
bscherrer 04f6566
update models
bscherrer 53e976a
Merge branch 'master' into key_evaluation_updates
bscherrer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| f# minor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| B minor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| G# minor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| F# maj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| e maj |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.