Mercurial > hg > syncopation-dataset
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Syncopation models/synpy/__init__.py Thu Apr 23 23:52:04 2015 +0100 @@ -0,0 +1,16 @@ +from syncopation import calculate_syncopation +__all__ = [ 'syncopation', + 'basic_functions', + 'music_objects', + 'parameter_setter', + 'rhythm_parser', + 'readmidi', + #models + 'KTH', + 'LHL', + 'PRS', + 'SG', + 'TMC', + 'TOB', + 'WNBD' + ] \ No newline at end of file