Merged
Conversation
github -> GitHub
Fix for Read The Docs Documentation Page
Kern import fix
This PR adds Midi Pitch to Tempered Frequency functionality by providing a table of ratios.
…nto midi_load_divs
This PR adds a flag to set custom quartet divs in Performance MIDI
Member
Author
|
Some things to be done:
|
Declare encoding and add/update docstrings at the top of each module
Codecov ReportBase: 80.59% // Head: 81.17% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #169 +/- ##
==========================================
+ Coverage 80.59% 81.17% +0.57%
==========================================
Files 63 63
Lines 10278 10488 +210
==========================================
+ Hits 8284 8514 +230
+ Misses 1994 1974 -20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Fix issue #166 (synthesizing scores with pickup measures)
CarlosCancino-Chacon
approved these changes
Oct 26, 2022
fosfrancesco
approved these changes
Oct 27, 2022
Member
fosfrancesco
left a comment
There was a problem hiding this comment.
The changes look ok, approved
Member
Author
|
The tests Fix is not resolved but I propose merging the PR and moving the issue to the next release. Note to change the ReadTheDocs latest tag to main. |
CarlosCancino-Chacon
approved these changes
Oct 30, 2022
added branch renaming on changes.md
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This minor new release addresses minor issues such as:
Documentation Fix of ReadTheDocs
Bug fix Bug synthesizing scores with pickup measures #166 Synthesizing score with pick up measure
Bug Fix of kern import Kern import fix #160
Bug Fix of Musicxml import repeat infer Bug with musicxml Import #161
New minor feature : Adding midi pitch to freq for synthesizer add reference-based midi pitch to freq #163
Bug fix Note array with empty voice Note array from note list with empty voice bug. #159