|
From: | Joram Berger |
Subject: | Re: Midi2ly + Absolute Mode doesnt work |
Date: | Mon, 4 Nov 2024 14:12:30 +0100 |
User-agent: | Mozilla Thunderbird |
Lucas Cavalcanti:
s = s + "'" * commas
In this script, commas should be an integer. I don't know why it is not, but you could change it to: s = s + "'" * int(round(commas)) for a quick workaround.
[Prev in Thread] | Current Thread | [Next in Thread] |