-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* notation: add support for marker <from here> for faster composition https://gitlab.tandav.me/tandav/notes/-/issues/5897 * support beat_multiplier https://gitlab.tandav.me/tandav/notes/-/issues/5936 * pin dev dependencies * remove explicit is_meta: false from non-meta messages * fix last_bar * fix edge case when bar only have note continue beats for bass
- Loading branch information
Showing
33 changed files
with
748 additions
and
412 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
musiclib_version: __tests_placeholder__ | ||
events: | ||
- type: RootNote | ||
root: C3 | ||
|
||
- type: Bar | ||
beat_multiplier: 1 | ||
voices: | ||
bass: | ||
- 00 05 07 00 | ||
|
||
- type: Bar | ||
beat_multiplier: 2 | ||
voices: | ||
bass: | ||
- 00 05 | ||
|
||
- type: Bar | ||
beat_multiplier: 0.5 | ||
voices: | ||
bass: | ||
- 00 05 07 00 00 05 07 00 |
Oops, something went wrong.