mios studio - upload direct to bankstick not working

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)?

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

Best Regards, Thorsten.

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);
					}

Testing successful

Any chance the official download can be updated?  ;D

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 :slight_smile: