Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Mar 24, 2024
1 parent 5f1bcdb commit fde2c31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions miditok/tokenizations/octuple.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ class Octuple(MIDITokenizer):
**Notes:**
* As the time signature is carried simultaneously with the note tokens, if a Time
Signature change occurs and that the following bar do not contain any note, the
time will be shifted by one or multiple bars depending on the previous time
signature numerator and time gap between the last and current note. Octuple
cannot represent time signature accurately, hence some unavoidable errors of
conversion can happen. **For this reason, Octuple is implemented with Time
Signature but tested without.**
Signature change occurs and that the following bar do not contain any note, the
time will be shifted by one or multiple bars depending on the previous time
signature numerator and time gap between the last and current note. Octuple
cannot represent time signature accurately, hence some unavoidable errors of
conversion can happen. **For this reason, Octuple is implemented with Time
Signature but tested without.**
* Tokens are first sorted by time, then track, then pitch values.
* Tracks with the same *Program* will be merged.
* When decoding multiple token sequences (of multiple tracks), i.e. when
Expand Down

0 comments on commit fde2c31

Please sign in to comment.