Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Posted

thanks very much

i don't know how to use special fonction, but i'm learning it...

if you have the time this weekend to tell me more about

the MB64_SFB_Handler_02 solution,

i appreciate very much, because it's seems to be a better solution for me.

Posted

hi Thorsten

it's ok i can find the MB64_SFB_Handler_02

but can't find MIOS_DIN_NotifyToggle ??

And when i use special fonction for 2 buttons

with the vmidibox64 program

the button only display the name & bank number

but don't change anything ?

any explanation ?

thanks  ;D

Posted

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.

Posted

:)

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

  • 5 weeks later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...