forum

[resolved] [mania] Vertically flipping a pattern breaks hold notes

posted
Total Posts
5
Topic Starter
17VA


-> Ctrl + j (frip v)



hm.....
MillhioreF
Okay, this is actually pretty bad. The holds don't become notes, as the picture would make it seem, but actually become zero-length hold notes.
Bobbias
That suggests that the code is probably performing a naive flip, and the code pertaining to holds refuses to allow the "end" point to be set to a time earlier than the "start" point, ultimately setting the to the same location. At least it should be a relatively easy fix if that's the case.
quaternary

Bobbias wrote:

At least it should be a relatively easy fix if that's the case.
True. All that needs to be done, hopefully:
*swap start and end point of holds in the selection
*continue as normal

This will place the start above the end and then flip it below, producing a correctly formed hold.
woc2006
fixed
Please sign in to reply.

New reply