tomcody Posted January 5, 2006 Report Posted January 5, 2006 Hi everybody, I have a keyboard and I want to drive some features of it with midibox64, but I have 2 questions ??? ???:- Can I sent for example this message using a pot: BnH 62H 20H 63H 01H 06H mmH 26H With n the MIDI channel number and mm between 00 and 7F?or only 1 status byte and 2 data bytes?The other question is: Can I sent specific range of values like these?: 00H 40H <---> 7FH 00H    00H <---> 0FHThank. Quote
TK. Posted January 5, 2006 Report Posted January 5, 2006 Hi,yes, both is possible without problems. In order to send a sequence of bytes, you need to use "meta events", a description with some examples can be found in mb64_meta.incAll pots provide "min" and "max" values, you can use them to reduce the value range - see midibox64.ini, which is part of the "mk_syx" package.Best Regards, Thorsten. Quote
tomcody Posted January 6, 2006 Author Report Posted January 6, 2006 Thanks, but the range of values I need are very specific and special :o ???, is to change de fine tuning of my keyboard:40 00 40 20 40 40 40 6040 01 40 21 40 41 40 6100 02 00 22 00 42 00 6240 02 40 22 40 42 40 6240 03 40 23 40 43 40 6300 04 00 24 00 44 00 6440 04 40 24 40 44 40 6400 05 00 25 00 45 00 6500 06 00 26 00 46 00 6640 06 40 26 40 46 40 6600 07 00 27 00 47 00 6740 07 40 27 40 47 40 6740 08 40 28 40 48 40 6800 09 00 29 00 49 00 6940 09 40 29 40 49 40 6940 0A 40 2A 40 4A 40 6A00 0B 00 2B 00 4B 00 6B40 0B 40 2B 40 4B 40 6B00 0C 00 2C 00 4C 00 6C00 0D 00 2D 00 4D 00 6D40 0D 40 2D 40 4D 40 6D00 0E 00 2E 00 4E 00 6E00 0F 00 2F 00 4F 00 6F40 0F 40 2F 40 4F 40 6F00 10 00 30 00 50 00 7040 10 40 30 40 50 40 7040 11 40 31 40 51 40 7100 12 00 32 00 52 00 7240 12 40 32 40 52 40 7240 13 40 33 40 53 40 7300 14 00 34 00 54 00 7440 14 40 34 40 54 40 7400 15 00 35 00 55 00 7500 16 00 36 00 56 00 7640 16 40 36 40 56 40 7600 17 00 37 00 57 00 7740 17 40 37 40 57 40 7740 18 40 38 40 58 40 7800 19 00 39 00 59 00 7940 19 40 39 40 59 40 7940 1A 40 3A 40 5A 40 7A00 1B 00 3B 00 5B 00 7B40 1B 40 3B 40 5B 40 7B00 1C 00 3C 00 5C 00 7C00 1D 00 3D 00 5D 00 7D40 1D 40 3D 40 5D 40 7D00 1E 00 3E 00 5E 00 7E00 1F 00 3F 00 5F 40 7E40 1F 40 3F 40 5F 00 7F00 20 00 40 00 60 these are interpreted by the keyboard as -99 to 99Thanks for your attention. Quote
TK. Posted January 6, 2006 Report Posted January 6, 2006 You could create a table which maps the values...Best Regards, Thorsten. Quote
tomcody Posted January 7, 2006 Author Report Posted January 7, 2006 Thanks you very much, now I can build my midibox64 without problem ;D!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.