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