Jump to content

How to.............


Ian_Hurlock
 Share

Recommended Posts

Ian,

here's how you can do this :

first create a sysex file with vmidibox that uses 16

buttons to select each of the banks.

(code is : (see presetlist))

FF 02 0n | Switch to BankStick Bank n (n = 0..F)

You can test this first in connection with your real mb64.

If this is OK, modify the matching button code in vcustombox.vmb

for example for button 1 change the following code :

[button_136]

Type=Button

Caption=1

Tag=1001

Height=25

Width=25

Left=38

Top=380

You can see that the tag value is '1001' : this links the button to the matching action 01 and should not be changed. Also the type should stay 'Button'

The other properties may be changed as you wish :

The value for caption should contain the name if the bank.

You can easily delete all redundant button and fader code, but keep the form and LCD display data !.

Good luck,

Serge

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...