Skip to content

Commit

Permalink
readme and setup.py update
Browse files Browse the repository at this point in the history
  • Loading branch information
Natooz committed Aug 20, 2021
1 parent 39aaff6 commit 6b14777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ MidiTok uses MIDIToolkit, which itself uses Mido to read and write MIDI files.

## Encodings

_In the figures, yellow tokens are additional tokens, and tokens are vertically stacked at index 0 from the bottom up to the top._

### MIDI-Like

Strategy used in the first symbolic music generative transformers and RNN / LSTM models. It consists of encoding the MIDI messages (Note On, Note Off, Velocity and Time Shift) into tokens as represented in a pure "MIDI way".
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author='Nathan Fradet',
url='https://github.com/Natooz/MidiTok',
packages=find_packages(exclude=("tests",)),
version='0.0.3',
version='0.1.0',
license='MIT',
description='A convenient MIDI tokenizer for Deep Learning networks, with multiple encoding strategies',
long_description=long_description,
Expand Down

0 comments on commit 6b14777

Please sign in to comment.