Mercurial > hg > syncopation-dataset
view Syncopation models/synpy/__init__.py @ 66:e33186a69ad2
updated dataset further
author | csong <csong@eecs.qmul.ac.uk> |
---|---|
date | Mon, 27 Apr 2015 17:09:03 +0100 |
parents | 6e9154fc58df |
children |
line wrap: on
line source
from syncopation import calculate_syncopation __all__ = [ 'syncopation', 'basic_functions', 'music_objects', 'parameter_setter', 'rhythm_parser', 'readmidi', #models 'KTH', 'LHL', 'PRS', 'SG', 'TMC', 'TOB', 'WNBD' ]