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

(*) BUG: Pressing fetch button when on Multi Library is displayed results in app crashing while part 15 is being loaded: Version 1.7.7. build (3) #28

Open
mdac3564444 opened this issue Dec 15, 2023 · 0 comments

Comments

@mdac3564444
Copy link

mdac3564444 commented Dec 15, 2023

I think I know why this happens. The app loads single dumps from the virus on the wrong channel. It is exactly one channel above the actually channel being sent. For example the app requests a multi dump from the virus (sysex F0 00 20 33 01 10 34 00 F7). When receiving the single dump request string for part 1, app switch into part 2 (the apps should switch to part 1, not part 2), then loads the parameters from the single dump string sent by the virus. This continues fine until the virus sends the single dump string for part 16: the app trys to load part 17 which does not exist...and the app crashes. I noted this was happening because I turned off the virus in the middle of the fetch command and noticed that part 1 in the app always loaded the -INIT- patch, and part 1 form the virus was actually loaded into part 2 in the app.

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

1 participant