dcer10 Posted October 28, 2006 Report Posted October 28, 2006 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 changedMIOS_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 1toMIOS_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 1which 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
TK. Posted October 28, 2006 Report Posted October 28, 2006 How about MIOS_ENC_MODE_DETENTED2?See also http://www.midibox.org/dokuwiki/doku.php?id=encoder_typesBest Regards, Thorsten.
dcer10 Posted October 29, 2006 Author Report Posted October 29, 2006 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
TK. Posted October 29, 2006 Report Posted October 29, 2006 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 workBest Regards, Thorsten.
dcer10 Posted October 30, 2006 Author Report Posted October 30, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now