view 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
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'
			]