view synpy/__init__.py @ 72:ef891481231e

reorganising the repo in a major way ready for going public
author christopherh <christopher.harte@eecs.qmul.ac.uk>
date Tue, 12 May 2015 08:53:12 +0100
parents Syncopation models/synpy/__init__.py@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'
			]