annotate synpy/__init__.py @ 76:90b68f259541 tip

updated parameter_setter to be able to find the TimeSignature.pkl file without putting it in the pwd
author christopherh <christopher.harte@eecs.qmul.ac.uk>
date Wed, 13 May 2015 09:27:36 +0100
parents ef891481231e
children
rev   line source
christopher@45 1 from syncopation import calculate_syncopation
christopher@45 2 __all__ = [ 'syncopation',
christopher@45 3 'basic_functions',
christopher@45 4 'music_objects',
christopher@45 5 'parameter_setter',
christopher@45 6 'rhythm_parser',
christopher@45 7 'readmidi',
christopher@45 8 #models
christopher@45 9 'KTH',
christopher@45 10 'LHL',
christopher@45 11 'PRS',
christopher@45 12 'SG',
christopher@45 13 'TMC',
christopher@45 14 'TOB',
christopher@45 15 'WNBD'
christopher@45 16 ]