The idea would be to also push the current page (first or toggle) in the stack registering the banks before jumps to other banks.
So we could jump back exactly from where we started.
It would be a logical mirror to the jump to bank which is allowing to toggle the target page.
Ok iāll check if this is possible.
I just see āLast used Bank and Pageā appear in Editor, is it finalized ?
terrifying
@james could it be possible to have the existing midi call for jump to last bank be mapped on the āLast used Bank and Pageā, thanks.
Is it possible, that the menu option in the editor appeared, but itās not yet made to work? At least In my system I can add the feature āLast used Bank and Pageā, but when I try it jumps always to Page 1 of the Bank Iām returning to?
āJump Bank ā Last used Bank and Pageā IMHO would be another candidate to add to the fixed switch custom functions list.
Yes, the editor is updated but the firmware is not published yet. I;ve got it working on my end - will republish the firmware early next week.
And concerning the midi version, will it be in the same delivery ?
Could you have a look on this one [Enhancement request]Engage Preset could accept 'Current Bank' as destination bank
what MIDI version are you referring to?
Just my previous request
and Could you have a look on this one [Enhancement request]Engage Preset could accept āCurrent Bankā as destination bank
Ok Iāll just post the MC8 firmware here first. If you get a chance to test it let me know how it works for you.
2022-03-18_MC8_Firmware_v_3_9_8_Beta_Test.hex (557.7 KB)
2022-03-18_MC8_Firmware_v_3_9_8A_Beta_Test_NO_KEYBOARD_USB_INTERFACE.hex (554.5 KB)
For the MIDI implementation CC#9 for Jump to last bank:
Use
- Value 0 to jump to last bank only without executing Bank Presets
- Value 1 to jump to last bank and page without executing Bank Presets
- Value 126 to jump to last bank and page and execute Bank Presets
- Value 127 to jump to last bank only and execute Bank Presets
It works, with value 1, very good, thanks!!
I just gotta say MC is THE best control with THE best customer responsiveness/service!
Halleluiah, Coca cola, etc.
This is a very useful feature for people who use the two pages of each bank as individual banks.
I found a slight bug though, James could you check it please?
It seems that āLast Used Bank and Pageā does not work after toggling page from the same bank (either with a command āToggle pageā, or with a command āBank Jumpā to the same bank + Toggle Page). It works nicely only when doing a Bank jump and toggle to a different bank.
Thanks!
Not really a bug, Last Used Bank and Page
does not jump back to a different page in the same bank because the last page within the same bank is not stored.
I can consider adding a Last Used Bank/Page or Page
option with some caveats.
If you toggle the page in the same bank, using the above option will jump back between pages.
So, if you go B1P1 (Bank1 Page 1), B2P1, B2P2, B1P1, then going back in reverse will then go to B2P2, B2P1 and lastly B1P1.
But when you change banks, the page history is not stored.
So if you go B1P1, B2P1, B2P2, B2P1, B3P1, then going back in reverse it will just be B2P1, B1P1.
This is the only way we will implement it.