Skip to content

Commit

Permalink
WIP: MidiFile to REMI+ encodings except "Chord" tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsukoba committed Mar 10, 2023
1 parent 02793bb commit e26b088
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 0 deletions.
1 change: 1 addition & 0 deletions miditok/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .tokenizations import (
MIDILike,
REMI,
REMIPlus,
TSD,
Structured,
Octuple,
Expand Down
1 change: 1 addition & 0 deletions miditok/tokenizations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .remi import REMI
from .remi_plus import REMIPlus
from .structured import Structured
from .midi_like import MIDILike
from .tsd import TSD
Expand Down
Loading

0 comments on commit e26b088

Please sign in to comment.