Mercurial > hg > syncopation-dataset
diff Syncopation models/TMC.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/TMC.py Sun Oct 05 21:52:41 2014 +0100 +++ b/Syncopation models/TMC.py Fri Mar 20 18:28:08 2015 +0000 @@ -4,7 +4,7 @@ ''' -from basic_functions import get_H, ceiling, get_min_timeSpan +from BasicFuncs import get_H, ceiling, get_min_timeSpan # The get_metricity function calculates the metricity for a binary sequence with given sequence of metrical weights in a certain metrical level. def get_metricity(seq, H):