diff Syncopation models/SG.py @ 2:031e2ccb1fb6

Added rhythm parser and parameter setter
author Chunyang Song <csong@eecs.qmul.ac.uk>
date Fri, 20 Mar 2015 18:28:08 +0000
parents b2da092dc2e0
children b959c2acb927
line wrap: on
line diff
--- a/Syncopation models/SG.py	Sun Oct 05 21:52:41 2014 +0100
+++ b/Syncopation models/SG.py	Fri Mar 20 18:28:08 2015 +0000
@@ -4,7 +4,7 @@
 
 '''
 
-from basic_functions import get_H, get_min_timeSpan
+from BasicFuncs import get_H, get_min_timeSpan
 
 def get_syncopation(seq, subdivision_seq, weight_seq, L_max, rhythm_category):
 	syncopation = None