Mercurial > hg > syncopation-dataset
diff Syncopation models/KTH.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/KTH.py Sun Oct 05 21:52:41 2014 +0100 +++ b/Syncopation models/KTH.py Fri Mar 20 18:28:08 2015 +0000 @@ -5,7 +5,7 @@ ''' ## Problems! Note indices, post bar -from basic_functions import get_min_timeSpan, get_note_indices, repeat +from BasicFuncs import get_min_timeSpan, get_note_indices, repeat # To find the nearest power of 2 equal to or less than the given number def roundDownPower2(number):