-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core ---- * clip: redesigned the duration to incorporate looping. Added the possibility to give a Clip an explicit duration. This is needed, when looping, to set the duration of the clip independent of the duration of the source/selection. * fixed chain.flat, scoring ------- * renamed Part to UnquantizedPart to make obvious what it is * renamed Arrangement (a list of Parts) to UnquantizedScore * renamed stackNotations... to resolveOffsets since, because now all events have a duration, stacking all that it does is fill in offsets * renamed cloneAsPart to cloneAsTie to make more clear the purpose * fixed some edge cases where the node merging algorithm was confused * renderoptions now validates most options at creation time * removed config from snd.plotting. The user should pass explicit options * documentation ------------- * include documentation on scoring.render * removed references regarding MEvents (notes, chord) having the possibility to let the duration undetermined. This was the previous design which was changed to enforce a duration on every object. But this was not always mentioned in the docs
- Loading branch information
1 parent
f7a280b
commit 520c5f9
Showing
30 changed files
with
1,228 additions
and
2,255 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -8,4 +8,4 @@ Clip | |
|
||
.. automodapi:: maelzel.core.clip | ||
:no-inherited-members: | ||
:no-heading: | ||
|
This file contains 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 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 |
---|---|---|
|
@@ -2,7 +2,6 @@ emlib>=1.7.0 | |
numpy | ||
scipy | ||
matplotlib | ||
music21 | ||
bpf4 | ||
configdict>=2.5 | ||
appdirs | ||
|
This file contains 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 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 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 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 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
Oops, something went wrong.