Jump to content

Midibox TC encoder sending too large a step value


Recommended Posts

Posted

Hi all,

I have built a TC control box which is all working fine except when pressing menu I noice I can not see the first 4 programs, it goes demo bank thru to program 5 in one step. Also all values are going up in steps of 5 at a time. Im guessing its probably the encoder settings in the application?

Can anyone tell me if this may be correct and how to change it to a smaller value. The encoer is the one from smash's shop.

I tried editing the mios_tables.inc file and changed

MIOS_ENC_PIN_TABLE

;; encoders 1-16

;;        SR  Pin  Mode

ENC_ENTRY  1,  0,  MIOS_ENC_MODE_NON_DETENTED ; detented encoder at pin 0 and 1 of SR 1

to

MIOS_ENC_PIN_TABLE

;; encoders 1-16

;;        SR  Pin  Mode

ENC_ENTRY  1,  0,  MIOS_ENC_MODE_DETENTED ; detented encoder at pin 0 and 1 of SR 1

which helped a bit, but it is still almost impossible to make a certain number come up for a bank number. It is a bit better than it was tho.

Thanks!

John

Posted

Hiya TK,

That was the first thing I tried as you suggested it for my sequencer which has the same encoders, but when I added the 2 on the end I got a complie error in the assembler. When I removed the 2 on the end it compiled fine.

All the best,

John

Posted

Hi John,

it's an older application which was published at a time where the DETENTED2 mode was not implemented.

Just copy a mios.h file from a newer application (or from the migration/ path of the MIOS package) into the MIDIbox TC folder, thereafter it should work

Best Regards, Thorsten.

Posted

Thanks TK,  I will do that tonight.

Are many people making this project? I have to say it is awesome and totally worth doing!

All the best,

John

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