Skip to content

Commit

Permalink
Add transcription eval with velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
craffel committed Jun 25, 2018
1 parent 67c7f34 commit 9637e8f
Show file tree
Hide file tree
Showing 35 changed files with 48,029 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ The following subsections document each submodule.
:show-inheritance:
:member-order: bysource

:mod:`mir_eval.transcription_velocity`
--------------------------------------
.. automodule:: mir_eval.transcription_velocity
:members:
:undoc-members:
:show-inheritance:
:member-order: bysource

:mod:`mir_eval.key`
-----------------------------
.. automodule:: mir_eval.key
Expand Down
1 change: 1 addition & 0 deletions mir_eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from . import tempo
from . import hierarchy
from . import transcription
from . import transcription_velocity
from . import key

__version__ = '0.4'
354 changes: 354 additions & 0 deletions mir_eval/transcription_velocity.py

Large diffs are not rendered by default.

Loading

0 comments on commit 9637e8f

Please sign in to comment.