-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New tokenization workflow, fixes in time signature (#66)
* option to delete equal successive tempo / time sig changes, black formatting * fixes in tokenizations when encoding / decoding Tempo messages, passing pytest with xdist * HUGE: CPWord and Octuple now adopting common workflow, OctupleMono removed, CPWord handling Time Signature, fixes in tempo and time sig decoding for MIDILike & REMI & TSD when one_token_stream is False, common TIME_SIGNATURE_RANGE set in constants, fixes in tests than now also test all time signature and tempo changes * fix in tests, doc update (additional tokens table) * black code formatting * fix in MuMIDI init + removed from data augment test (not compatible) * fix in MMM init when no config object is given
- Loading branch information
Showing
24 changed files
with
816 additions
and
1,037 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Tokenization,Tempo,Time signature,Chord,Rest | ||
MIDILike,✅,✅,✅,✅ | ||
REMI,✅,✅,✅,✅ | ||
TSD,✅,✅,✅,✅ | ||
Structured,❌,❌,❌,❌ | ||
CPWord,✅,✅,✅,✅ | ||
Octuple,✅,✅,❌,❌ | ||
MuMIDI,✅,❌,✅,❌ | ||
MMM,✅,✅,✅,❌ |
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.