diff Syncopation models/PRS.py @ 19:9030967a05f8

Refactored parameter_setter, basic_functions. Halfway fixing parameter argument in LHL model.
author csong <csong@eecs.qmul.ac.uk>
date Fri, 03 Apr 2015 22:57:27 +0100
parents 4acddc008048
children b959c2acb927
line wrap: on
line diff
--- a/Syncopation models/PRS.py	Fri Apr 03 18:38:10 2015 +0100
+++ b/Syncopation models/PRS.py	Fri Apr 03 22:57:27 2015 +0100
@@ -33,7 +33,7 @@
 	return normalised
 
 #def get_syncopation(seq,subdivision_seq, postbar_seq, rhythm_category):
-def get_syncopation(bar, weightSequence = None, LMax = None):
+def get_syncopation(bar, parameters = None):
 	'''
 	The get_syncopation function calculates the overall syncopation value for a bar of sequence.
 	'''