Jump to content

Recommended Posts

Posted

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  <---> 0FH

Thank.

Posted

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

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

Posted

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 60

40 01 40 21 40 41 40 61

00 02 00 22 00 42 00 62

40 02 40 22 40 42 40 62

40 03 40 23 40 43 40 63

00 04 00 24 00 44 00 64

40 04 40 24 40 44 40 64

00 05 00 25 00 45 00 65

00 06 00 26 00 46 00 66

40 06 40 26 40 46 40 66

00 07 00 27 00 47 00 67

40 07 40 27 40 47 40 67

40 08 40 28 40 48 40 68

00 09 00 29 00 49 00 69

40 09 40 29 40 49 40 69

40 0A 40 2A 40 4A 40 6A

00 0B 00 2B 00 4B 00 6B

40 0B 40 2B 40 4B 40 6B

00 0C 00 2C 00 4C 00 6C

00 0D 00 2D 00 4D 00 6D

40 0D 40 2D 40 4D 40 6D

00 0E 00 2E 00 4E 00 6E

00 0F 00 2F 00 4F 00 6F

40 0F 40 2F 40 4F 40 6F

00 10 00 30 00 50 00 70

40 10 40 30 40 50 40 70

40 11 40 31 40 51 40 71

00 12 00 32 00 52 00 72

40 12 40 32 40 52 40 72

40 13 40 33 40 53 40 73

00 14 00 34 00 54 00 74

40 14 40 34 40 54 40 74

00 15 00 35 00 55 00 75

00 16 00 36 00 56 00 76

40 16 40 36 40 56 40 76

00 17 00 37 00 57 00 77

40 17 40 37 40 57 40 77

40 18 40 38 40 58 40 78

00 19 00 39 00 59 00 79

40 19 40 39 40 59 40 79

40 1A 40 3A 40 5A 40 7A

00 1B 00 3B 00 5B 00 7B

40 1B 40 3B 40 5B 40 7B

00 1C 00 3C 00 5C 00 7C

00 1D 00 3D 00 5D 00 7D

40 1D 40 3D 40 5D 40 7D

00 1E 00 3E 00 5E 00 7E

00 1F 00 3F 00 5F 40 7E

40 1F 40 3F 40 5F 00 7F

00 20 00 40 00 60

these are interpreted by the keyboard as -99 to 99

Thanks for your attention.

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