You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am noticing that the Python script crashes on valid SCL files. For example, exporting a Scala file from the Ableton Tuning site yields a valid file, as per the SCL spec, but the script complains:
Traceback (most recent call last):
File "/home/kratib/src/music/scala2mts/scala2mts.py", line 143, in <module>
scala_notes.pop(0)
IndexError: pop from empty list
In the script, I am seeing 2 occurrences of this condition: if line.startswith(" ") but reading the spec above, I am pretty sure the leading space is not required.
The text was updated successfully, but these errors were encountered:
Thanks for a useful tool!
I am noticing that the Python script crashes on valid SCL files. For example, exporting a Scala file from the Ableton Tuning site yields a valid file, as per the SCL spec, but the script complains:
In the script, I am seeing 2 occurrences of this condition:
if line.startswith(" ")
but reading the spec above, I am pretty sure the leading space is not required.The text was updated successfully, but these errors were encountered: