Jump to content

Bank Up & Down Buttons ?


 Share

Recommended Posts

Hi everybody  ;D

i have a little problem understanding the MIOS... :'(

I wanna assign bank up & bank down in two of my free buttons.

i successfully transformed, asm to hex, and hex to syx

but i'm not able to find the place where put code for the fonction

anybody can help me ?

simple not ?  ;D

(excuz my french english...)

Link to comment
Share on other sites

oh yes excuze me  ???

it's for the midibox64

i wanna 2 buttons (up/down) for switch between my 128 internal banksticks banks.

It's for a live use, and it's too long to go to the select bank menu...

if it's possible to have this 2 buttons set permanently like the 4 menu buttons ?

not affected in each bank, but in the "heart" of the midibox64

?

thanks thorsten.

Link to comment
Share on other sites

Hi,

you could assign these buttons to the appr. special functions (a list can be found here: http://www.ucapps.de/midibox/midibox64_sfb_table.txt)

But this has to be done in each bank.

Ok, or you could call the MB64_SFB_Handler_02 function from MIOS_DIN_NotifyToggle, but this requires some additional code. I cannot provide working code for this solution before this weekend, so maybe it's better when you are using the already existing possibilities.

Best Regards, Thorsten.

Link to comment
Share on other sites

Thanks Thorsten

unfortunately the link doesn't work anymore  :'(

Hs : I use a simple copper board to test the touchsensor fonction

(with 47k ...) and when i touch the copper, the box send

in loop, 0, 127, 0, 127, 0, 127... is it normal ?

can it be disabled ?

i have find USER_DIN_NotifyToggle, and MB64_SFB_Handler_02 but

i don't know how to program the fonction  ::)

thanks very much Thorsten.

Link to comment
Share on other sites

:)

- Yes i have look to the schematic to DINX4

and i have connect the touchsensor (copper plate) correctly

but it still send 0,127,0,127,0,127 in loop, until i have the finger on the copper ?

it's the normal fonction of it ? really strange.

- For the dedicated Bank Up & Down button, anybody have the time to tell me more

about USER_DIN_NotifyToggle, and MB64_SFB_Handler_02 ?

after many try, i'm unable to realize my dream  :'(

Thanks Thorsten !

Link to comment
Share on other sites

  • 5 weeks later...

Hi,

to the touch sensors: you have to adjust the touch sensor sensitivity, this can be done in the editor or in the mk_syx script (see also http://www.ucapps.de/howto_tools/vmb64_2.gif)

DIN programming: no time, but maybe somebody else? Tip: learn how the DIN hook is working by reading the example programs (can be found in the MIOS download section) - they include a lot of useful comments. Thereafter just start to include your extensions into the MB64 application. You only need to increment/descrement the MB_BANK variable, thereafter brahch to MB64_BANK_Change, and thats all

Best Regards, Thorsten.

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...