浏览代码

fixed thema-gen

Noah 4 年之前
父节点
当前提交
878b2081e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/thema-gen

+ 1 - 1
src/thema-gen

@@ -48,7 +48,7 @@ function_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
 
 """copy over function_list and start main loop that stops when every post