Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot jump backwards across a +++ pattern #7

Closed
sagamusix opened this issue Mar 29, 2024 · 4 comments
Closed

Cannot jump backwards across a +++ pattern #7

sagamusix opened this issue Mar 29, 2024 · 4 comments
Milestone

Comments

@sagamusix
Copy link

When using the left arrow key to jump back by one order, TrackMeister gets stuck as soon as it encounters a "+++" (skip) pattern. IIRC the order list value (get_order_pattern) of that pattern should be 65534. When such an order is encountered, the previous order should be tried instead, until an order item < 65534 is found.

@manxorist
Copy link

We should maybe expose some kind of libopenmpt API for that, at least for determining what any such magic numbers actually are.

@kajott
Copy link
Owner

kajott commented Mar 30, 2024

Can you provide a (link to) an example module where this happens, so I can test a fix?

@kajott
Copy link
Owner

kajott commented Mar 30, 2024

Fixed in ad6ef79.

@kajott kajott closed this as completed Mar 30, 2024
@sagamusix
Copy link
Author

@kajott kajott added this to the v1.2 milestone Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants