Durisian Posted January 13, 2008 Report Posted January 13, 2008 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)?
TK. Posted January 14, 2008 Report Posted January 14, 2008 It seems that the extended BankStick uploading command, which is available since v1.8, hasn't been implemented yet :-(Best Regards, Thorsten.
Durisian Posted January 15, 2008 Author Report Posted January 15, 2008 Thanks TK - I was afraid you'd say thathmmm....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); }
Durisian Posted January 16, 2008 Author Report Posted January 16, 2008 Testing successfulAny chance the official download can be updated? ;D
stryd_one Posted February 11, 2008 Report Posted February 11, 2008 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 :)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now