Jump to content

Some more bug reports


Recommended Posts

Dear developers,

Below I report another bug (or at least what I assume is a bug). 

Thank you! 

Best,

Torsten

LENGTH-ADJUST

If arg value is below the overall length (duration) of the given phrase, then the result is nevertheless longer than the input, seemingly by the absolute difference. This corner case is not covered by the documentation, but for consistency it would likely be better to shorten the input sequence, if the given length value is shorter than the sequence. 
 
Examples:
(length-adjust 3/4 '(q c3 e d3 e3 q f3 e g3 a3))
(length-adjust 2/4 '(q c3 e d3 e3 q f3 e g3 a3))

 

BTW: No quote necessary before ratios or numbers in general, those evaluate to themselves. 3/4 -> 3/4

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy