Browse Source

fixed thema-gen

Noah 4 years ago
parent
commit
878b2081e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/thema-gen

+ 1 - 1
src/thema-gen

@@ -48,7 +48,7 @@ function_list = [
     ]
     ]
 
 
 def first_equals_last_pitch(input_list):
 def first_equals_last_pitch(input_list):
-    is_same_pitch = not(bool(interval(fix_temp(input_list[0]), fix_temp(input_list[-1]))))
+    is_same_pitch = not(bool(interval(input_list[0], input_list[-1])))
     return is_same_pitch
     return is_same_pitch
 
 
 """copy over function_list and start main loop that stops when every post
 """copy over function_list and start main loop that stops when every post