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 attempting to generate multiple types of Frames and have them display on two different channels as bubble text. When doing this I am having issues with the bubble text not appearing consistently.
The start/stop samples for the first type of Frame span the entire transaction on the first channel and the second type of Frame will have multiple occurrences with start/stop sample numbers falling between the start/stop of the first Frame type. In my GenerateBubbleText function I then selectively add a result string only if it is the correct frame type for the correct channel (see function below).
I get inconsistent display results as a zoom in and out, where there bubble text on the second channel pop in and out and seem to add an additional invisible frame to the group when it combines them. As far as I can tell, even though I didn't add a result string for the first frame type on the second channel it is still trying to render it sometimes and this causes issues with the overlapping second frame type.
I am using Logic-2.3.47-master.AppImage on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered:
Interestingly if I added the first frame type (0) after all my second frame types (1) for the transaction it seems to handle it better. There is still some interesting bubble text grouping choices that are inconsistent frame sample to sample with when it decides to group, but they at least all show and I don't get phantom frames added to groupings, at least in my limited testing.
I am attempting to generate multiple types of Frames and have them display on two different channels as bubble text. When doing this I am having issues with the bubble text not appearing consistently.
The start/stop samples for the first type of Frame span the entire transaction on the first channel and the second type of Frame will have multiple occurrences with start/stop sample numbers falling between the start/stop of the first Frame type. In my
GenerateBubbleText
function I then selectively add a result string only if it is the correct frame type for the correct channel (see function below).I get inconsistent display results as a zoom in and out, where there bubble text on the second channel pop in and out and seem to add an additional invisible frame to the group when it combines them. As far as I can tell, even though I didn't add a result string for the first frame type on the second channel it is still trying to render it sometimes and this causes issues with the overlapping second frame type.
I am using Logic-2.3.47-master.AppImage on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: