comparison Syncopation models/synpy/__init__.py @ 45:6e9154fc58df

moving the code files to the synpy package directory
author christopherh <christopher.harte@eecs.qmul.ac.uk>
date Thu, 23 Apr 2015 23:52:04 +0100
parents
children
comparison
equal deleted inserted replaced
44:144460f34b5e 45:6e9154fc58df
1 from syncopation import calculate_syncopation
2 __all__ = [ 'syncopation',
3 'basic_functions',
4 'music_objects',
5 'parameter_setter',
6 'rhythm_parser',
7 'readmidi',
8 #models
9 'KTH',
10 'LHL',
11 'PRS',
12 'SG',
13 'TMC',
14 'TOB',
15 'WNBD'
16 ]