Jump to content

Recommended Posts

Posted

Well, it works great for bankstick 1.

But selecting a bankstick other than 1, still uploads to bankstick 1.

Is this a known problem with mios studio (beta7.5 on winxp)?

Posted

It seems that the extended BankStick uploading command, which is available since v1.8, hasn't been implemented yet :-(

Best Regards, Thorsten.

Posted

Thanks TK - I was afraid you'd say that

hmmm....

Just had a look through the code, looks like all it needs is the last line added into the HexFileUpload class. I'll get the java compiler tommorrow and test it out.

					} else if (lAddress >= HexFile.HEX_FILE_BANKSTICK_ADDRESS_START
							&& lAddress <= HexFile.HEX_FILE_BANKSTICK_ADDRESS_END) {
						lAddress -= HexFile.HEX_FILE_BANKSTICK_ADDRESS_START;
						lAddress += HexFile.SYSEX_MSG_BANKSTICK_ADDRESS_START;

						// System.out.println("Bankstick");

						if (!bankstickSelected) {
							selectBankstick();
							bankstickSelected = true;
						}
						lAddressExtension = (nBankstickNo & 0x7f);
					}

  • 4 weeks later...
Posted

Bump! (oops, I did it again)

Can we get durisian's code merged in? This issue has come up a couple of times... Please let me know if I can help :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...